Migration msg number changed because it's not supposed to stay.

This commit is contained in:
Philippe Pittoli 2024-11-18 06:50:35 +01:00
parent b9b130e008
commit 6cbd421370

View File

@ -1,6 +1,6 @@
class AuthD::Request class AuthD::Request
# Migration involves users with a broken password hash algorithm. # Migration involves users with a broken password hash algorithm.
IPC::JSON.message MigrateUser, 16 do IPC::JSON.message MigrateUser, 249 do
property login : String property login : String
property password_hash_brkn : String # Old, broken algorithm. Will be changed on first authentication. property password_hash_brkn : String # Old, broken algorithm. Will be changed on first authentication.
property admin : Bool = false property admin : Bool = false