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
I configured to use event manager to create users if not exist when using OIDC authentication, and the new user will have no password set.
However, on the client web, changing password is impossible since the 'current password' field is required. As a result, the users cannot access sftpgo through WebDAV/FTP using passwords.
What does the "has_password" field in user json mean? If a password is mandatory, is there a way to prompt the user to set password after account is created?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I configured to use event manager to create users if not exist when using OIDC authentication, and the new user will have no password set.
However, on the client web, changing password is impossible since the 'current password' field is required. As a result, the users cannot access sftpgo through WebDAV/FTP using passwords.
What does the "has_password" field in user json mean? If a password is mandatory, is there a way to prompt the user to set password after account is created?
The json template I use in event manager:
Beta Was this translation helpful? Give feedback.
All reactions