Files
readeck/internal/auth
Olivier Meunier a450f8bd8e Do not save the user after calling User.SetPassword
User.SetPassword saves the row in DB and, since it's always called with
a seed update, it would result in 2 update statements.
This removes the update after SetPassword and performs it when needed.

This commit adds a testing.TestUser.Reset that is called during
some tests teardown (when they trigger a password and/or seed change).
2025-11-27 09:47:53 +01:00
..
2025-11-26 09:36:40 +01:00
2025-08-27 21:46:30 +02:00
2025-03-19 19:12:52 +01:00
2025-10-24 18:23:04 +02:00