-
|
Im wondering if there is any kind of admin view to administrate users, or to register new users without the register form (for closed apps)? or is planned in a future? also, trying to activate user from a im trying and and this error is happening all the time
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
A couple things going on. First - Flask-Security has stayed away from providing an admin UI interface - in general folks use Flask-Admin for that. Flask-Security does ship with a Flask CLI module - and you can create/delete users etc with that. In terms of adding your own admin interface - that is pretty easy as well.
|
Beta Was this translation helpful? Give feedback.
-
|
you dont have how much you helped me, I have been diging in the full documentation and examples trying to fix that, and now I feel like an idiot for its simplicity thank you very much |
Beta Was this translation helpful? Give feedback.
A couple things going on. First - Flask-Security has stayed away from providing an admin UI interface - in general folks use Flask-Admin for that. Flask-Security does ship with a Flask CLI module - and you can create/delete users etc with that.
In terms of adding your own admin interface - that is pretty easy as well.