sjasthi / learnandhelp

Learn and Help: Learn programming and help different causes.
MIT License
0 stars 10 forks source link

(Enhancement) CRUD of users #28

Open sjasthi opened 1 year ago

sjasthi commented 1 year ago

Super admin shall be able to add / remove / update the Users table.

Only ADMIN can create a user with some temporary password (which the users can change upon login)

Update and Delete are already there. We just need to support "Create" as an admin