forgejo/routers/web/auth
Jack Hay 9881b8a4e2
Add more descriptive error on forgot password page ()
## Changes
- Forces flashed error to render immediately when forgot password code
is incorrect or has expired.
- Adds a link back to the `forgot_password` page so that the user can
restart the process (in the event that their link has expired)
2023-09-01 16:15:39 +00:00
..
2fa.go refactor some functions to support ctx as first parameter () 2022-12-03 10:48:26 +08:00
auth.go Update team invitation email link () 2023-08-31 16:26:13 +00:00
linkaccount.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
main_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
oauth.go Start using template context function () 2023-08-08 01:22:47 +00:00
oauth_test.go Bump github.com/golang-jwt/jwt to v5 () 2023-07-19 09:57:10 +00:00
openid.go Replace interface{} with any () 2023-07-04 18:36:08 +00:00
password.go Add more descriptive error on forgot password page () 2023-09-01 16:15:39 +00:00
webauthn.go Move web JSON functions to web context and simplify code () 2023-07-26 06:04:01 +00:00