Migration msg number changed because it's not supposed to stay.
This commit is contained in:
parent
b9b130e008
commit
6cbd421370
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user