diff options
author | Antoine Beaupré <anarcat@debian.org> | 2016-03-21 19:24:53 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@debian.org> | 2016-03-21 19:24:53 -0400 |
commit | 2d1615c340407cd21ba478449ea1444bb46432ca (patch) | |
tree | 02923841c21faeffc173e8a407bd423c0a96c49d /doc | |
parent | 8ee546d6e684c447b1d1758d0dc6b257b08d9f30 (diff) | |
download | ikiwiki-2d1615c340407cd21ba478449ea1444bb46432ca.tar ikiwiki-2d1615c340407cd21ba478449ea1444bb46432ca.tar.gz |
new bug
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/password_reset_failure.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/password_reset_failure.mdwn b/doc/bugs/password_reset_failure.mdwn new file mode 100644 index 000000000..1e40981b4 --- /dev/null +++ b/doc/bugs/password_reset_failure.mdwn @@ -0,0 +1,22 @@ +I can't seem to do a password reset on this wiki. I am writing this +through the anonymous git push interface (phew for that!). + +I have tried three times now to reset my password through the user +interface - my account name is [[anarcat]], and when i do the password +reset, I get a token. I go visit the website, set a passphrase, click +`Save Preferences` and I end up on a login form. I enter my +passphrase, click `Login` and I get the error: + + 1 error(s) were encountered with your submission. Please correct the fields highlighted below. + + Name + [anarcat] + + Password + [*************] Invalid entry + +`Password` is highlighted. + +Even if I leave the password there (my cleartext password is in the +login form by default after the password reset, which is strange), it +still gives me that error. -- [[anarcat]] |