numerus/pkg
jordi fita mas d9c93b8797 Add function to change the current user’s password
This function does not ask for the confirmation because this is an
user-facing issue, not for the database.

Still missing: validation and proper error messages.
2023-01-23 21:41:14 +01:00
..
db.go Prefix with “Must” all functions that panic 2023-01-22 20:37:43 +01:00
locale.go Allow guest access to user_profile with an empty profile 2023-01-23 01:18:47 +01:00
logger.go Move source file to the root of pkg 2023-01-17 10:40:22 +01:00
login.go Use user’ß email for auth funcs and return cookie on email change 2023-01-23 21:18:55 +01:00
profile.go Add function to change the current user’s password 2023-01-23 21:41:14 +01:00
recover.go Gofmt recover.go 2023-01-22 20:37:34 +01:00
router.go Use “layouts” for the common HTML between pages 2023-01-22 21:41:50 +01:00
template.go Use “layouts” for the common HTML between pages 2023-01-22 21:41:50 +01:00