mirror of
https://github.com/sasjs/server.git
synced 2026-01-14 01:10:05 +00:00
feat: ask for updated password on first login
This commit is contained in:
@@ -27,5 +27,6 @@ export const publicUser: RequestUser = {
|
||||
username: 'publicUser',
|
||||
displayName: 'Public User',
|
||||
isAdmin: false,
|
||||
isActive: true
|
||||
isActive: true,
|
||||
needsToUpdatePassword: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user