force password change after login
This commit is contained in:
@@ -79,6 +79,10 @@
|
||||
{
|
||||
<DisabledAlert></DisabledAlert>
|
||||
}
|
||||
else if (User.Status == UserStatus.PasswordPending)
|
||||
{
|
||||
<PasswordChangeView></PasswordChangeView>
|
||||
}
|
||||
else
|
||||
{
|
||||
@Body
|
||||
|
||||
Reference in New Issue
Block a user