]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/recoverpassword.php
better debugging
[quix0rs-gnu-social.git] / actions / recoverpassword.php
index 56f6ba9df9ac38cc8b2be6022de33ab05f6f79ef..06a7f62c8aa796d591c4a4fd0f0135cd86852ed9 100644 (file)
@@ -141,7 +141,7 @@ class RecoverpasswordAction extends Action {
                common_show_header(_t('Recover password'), NULL,
                $msg, array($this, 'show_top'));
 
-               common_element_start('form', array('method' => 'POST',
+               common_element_start('form', array('method' => 'post',
                                                                                   'id' => 'recoverpassword',
                                                                                   'action' => common_local_url('recoverpassword')));
                common_input('nicknameoremail', _t('Nickname or email'),
@@ -158,7 +158,7 @@ class RecoverpasswordAction extends Action {
                common_show_header(_t('Reset password'), NULL,
                $msg, array($this, 'show_password_top'));
 
-               common_element_start('form', array('method' => 'POST',
+               common_element_start('form', array('method' => 'post',
                                                                                   'id' => 'recoverpassword',
                                                                                   'action' => common_local_url('recoverpassword')));
                common_password('newpassword', _t('New password'),