]> BookStack Code Mirror - bookstack/commit
Improved password reset flow with notifications.
authorDan Brown <redacted>
Sun, 30 Oct 2016 11:33:56 +0000 (11:33 +0000)
committerDan Brown <redacted>
Sun, 30 Oct 2016 11:36:57 +0000 (11:36 +0000)
commit8b43b91057ffbe1da17a4a86daa4603445e84ffd
tree6d6d96a1991fa72f4b54c561e394baf668e16666
parent91fe7f0bee4282fbdf32d3c30a5ec26d8d9b2be9
Improved password reset flow with notifications.

Also added links to sign-in/register.
Fixed links in emails sent out.

Fixes #210 and #218.
app/Http/Controllers/Auth/PasswordController.php
app/helpers.php
config/setting-defaults.php
resources/views/auth/password.blade.php
resources/views/auth/reset.blade.php
resources/views/emails/email-confirmation.blade.php
resources/views/emails/password.blade.php
tests/Auth/AuthTest.php