You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a PAUSE admin, I'm not able to change a user's state between active and nologin (the ustatus column in the DB) – I have to ask Andreas to do a DB update. It is possible to trigger a change to the state from nologin to active, by changing other fields in the account, but it would be helpful if I could explicitly change this field on a user.
The text was updated successfully, but these errors were encountered:
An email to let the user to know onetime password should also be sent when the ustatus is change by an admin?
My first gut reaction to this was "we can leave it to the admin to email, as they'll probably be replying", because that's what I do. But we should assume they'll remember, so probably yes, send a quick email.
I've worked out that there's an interface-by-proxy, or whatever the right term is, at least for unblocking someone.
If I change the secret email address field, then if there's a nologin block on the user, it will be removed. I generally add "+pause" to the email address, and then immediately remove it. This only works on the secret email field - changing the public email field doesn't have this (side) effect.
There isn't any way for me to set nologin on a user, other than my existing UI, which is Andreas :-)
As a PAUSE admin, I'm not able to change a user's state between
active
andnologin
(theustatus
column in the DB) – I have to ask Andreas to do a DB update. It is possible to trigger a change to the state from nologin to active, by changing other fields in the account, but it would be helpful if I could explicitly change this field on a user.The text was updated successfully, but these errors were encountered: