vikunja/pkg/user
2021-08-29 19:50:47 +02:00
..
db.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
delete.go User account deletion (#937) 2021-08-11 19:08:10 +00:00
error.go Disable the user account after 10 failed password attempts 2021-07-29 18:45:22 +02:00
events.go Start adding the importer 2021-08-25 18:09:56 +02:00
listeners.go Add crud endpoints for notifications (#801) 2021-02-21 14:50:34 +00:00
main_test.go Update copyright year 2021-02-02 20:19:13 +01:00
notifications.go User account deletion (#937) 2021-08-11 19:08:10 +00:00
test.go Fix setting up keyvalue storage in tests 2021-07-30 15:31:51 +02:00
token.go User account deletion (#937) 2021-08-11 19:08:10 +00:00
totp.go Notify the user after three failed login attempts 2021-07-30 15:01:04 +02:00
update_email.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
user_create.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
user_email_confirm_test.go Update copyright year 2021-02-02 20:19:13 +01:00
user_email_confirm.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
user_password_reset.go Disable the user account after 10 failed password attempts 2021-07-29 18:45:22 +02:00
user_test.go Refactor user email confirmation + password reset handling (#919) 2021-07-13 20:56:02 +00:00
user.go Add saving export with user 2021-08-29 19:50:47 +02:00
users_list.go Enable searching users by full email or name 2021-04-07 18:28:58 +02:00