hackmdio/codimd

Add user administration

Open

#272 aperta il 9 dic 2016

Vedi su GitHub
 (13 commenti) (16 reazioni) (0 assegnatari)JavaScript (1038 fork)batch import
featurehelp wanted

Metriche repository

Star
 (8949 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Hi, I want to setup a self-hosted instance for a closed group of users. My current solution would be to hide it behind Basic-Auth but allowed users can still create random Accounts. Therefore I need an user administration, meaning only the admin can manage the users

  • create new users; this can include the social-auth methods (e.g. confirm account).
  • delete users
  • block users (only disable login)
  • no guest mode (#237)

Optional features could be

  • custom names (independent of email-address/social-name) (#268)
  • user management with LDAP / PAM (#93)
    • store social-credentials in LDAP (Network, Username, ...)
  • use login credentials from Basic-Auth

Guida contributor