aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-07 15:22:00 -0800
committerfriendica <info@friendica.com>2015-03-07 15:22:00 -0800
commit1351f9c81afd0636b8d84bb317f1b8e84f9767f4 (patch)
tree29e4cb21dd52f88d971e7689dbe403b3c573810f /mod
parentaac4affe656176f0538513435a4fdd8a69f244fc (diff)
parent9cd7546be5ad7f24534653f310c15362c3f2baa6 (diff)
downloadvolse-hubzilla-1351f9c81afd0636b8d84bb317f1b8e84f9767f4.tar.gz
volse-hubzilla-1351f9c81afd0636b8d84bb317f1b8e84f9767f4.tar.bz2
volse-hubzilla-1351f9c81afd0636b8d84bb317f1b8e84f9767f4.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/removeaccount.php2
-rw-r--r--mod/removeme.php2
2 files changed, 0 insertions, 4 deletions
diff --git a/mod/removeaccount.php b/mod/removeaccount.php
index 4505bbea0..70979ec15 100644
--- a/mod/removeaccount.php
+++ b/mod/removeaccount.php
@@ -9,7 +9,6 @@ function removeaccount_post(&$a) {
return;
if((! x($_POST,'qxz_password')) || (! strlen(trim($_POST['qxz_password']))))
- notice( t('Password not correct.') . EOL);
return;
if((! x($_POST,'verify')) || (! strlen(trim($_POST['verify']))))
@@ -23,7 +22,6 @@ function removeaccount_post(&$a) {
$account_id = get_account_id();
if(! account_verify_password($account['account_email'],$_POST['qxz_password']))
- notice( t('Password not correct.') . EOL);
return;
if($account['account_password_changed'] != NULL_DATE) {
diff --git a/mod/removeme.php b/mod/removeme.php
index 52145d639..ff955775a 100644
--- a/mod/removeme.php
+++ b/mod/removeme.php
@@ -9,7 +9,6 @@ function removeme_post(&$a) {
return;
if((! x($_POST,'qxz_password')) || (! strlen(trim($_POST['qxz_password']))))
- notice( t('Password not correct.') . EOL);
return;
if((! x($_POST,'verify')) || (! strlen(trim($_POST['verify']))))
@@ -22,7 +21,6 @@ function removeme_post(&$a) {
$account = $a->get_account();
if(! account_verify_password($account['account_email'],$_POST['qxz_password']))
- notice( t('Password not correct.') . EOL);
return;
if($account['account_password_changed'] != NULL_DATE) {