mattermost/server/channels/app/users
Christopher Poile cc5e87ae24
[MM-57942] Fix a panic on password is too long (#27449)
* return error from bcrypt, handle gracefully; remove dead code

* linting

* linting

* i18n

* fix test

* fill out translations
2024-07-03 17:58:26 -04:00
..
bot_default_image.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
constants.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
errors.go [GH-25298] Place the text centered in default profile picture (#25324) 2024-02-19 16:05:51 +01:00
helper_test.go [MM-55737] Add Request Context to UserStore.Save (#26109) 2024-02-16 17:12:49 +01:00
main_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
password.go [MM-57942] Fix a panic on password is too long (#27449) 2024-07-03 17:58:26 -04:00
password_test.go [MM-57942] Fix a panic on password is too long (#27449) 2024-07-03 17:58:26 -04:00
profile_picture.go [GH-25298] Place the text centered in default profile picture (#25324) 2024-02-19 16:05:51 +01:00
profile_picture_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
service.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
service_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
users.go [MM-55737] Add Request Context to UserStore.Save (#26109) 2024-02-16 17:12:49 +01:00
users_test.go Updated permanentDelete to receive user context as the first argument (#26884) 2024-04-29 10:44:55 +02:00
utils.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30