User Management - GUI/CLI #7797
Replies: 3 comments 11 replies
|
This is something that has puzzled me about Authelia. It has all of this beautiful and complex handling around MFA and crypto and protocols and security... but the only way to add/edit/remove users is to edit a static yaml file where you manually stick in hashes of passwords? |
|
I just want to ask, does the user management and registration including ability for front facing registration page, eg commerce registration page with email validation? Or we need to implement it ourself? Does Authelia also supporting multi tenant or it's not possible, eg. email@sample.com in tenant A, email@sample.com in tenant B, counted as different user? Thank you |
|
I can see that once Authelia update the password, it adds a lot of the fields in the file, which makes me think that Authelia 'knows' what shall be in that file and it 'knows' the structure. If that is correct, it feels like it shall not be too complicated to dedicate some API to use / call that part of the code to create new user (for those, who don't want to have another moving part, called 'ldap')? Or am I missing something? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It should be possible to create a register user workflow that would allow new users to create a user request which could then be accepted by a designated administrator.I know that there are a host of features that are tied to the admin management interface which requires quite a few major backend changes. While currently there isn't a management interface, for the sake of usability, it should be possible to only show the menu option in user settings to users with the
authelia-admingroup.While this doesn't align with the desire to make the admin interface hidden so that even if an admin account was compromised they wouldn't know they were an admin with access to the UI, it should be a fairly easy change to move the "user management" settings tab to the management UI.
I think it should be configurable to:
Automatically Accept New Users or require approval from an adminFrom the "User management":
All reactions