StartupAPI / users

:zap: User management tool to be used in on-line projects. Includes admin dashboard.
http://www.StartupAPI.com/
MIT License
60 stars 24 forks source link

Separate credential management from profile info editing #266

Open sergeychernyshev opened 8 years ago

sergeychernyshev commented 8 years ago

To simplify logic and allow sending users to fill out their credentials it might be a good idea to separate credential management UI from profile info editing UI.

Currently both reside in edit.php

(this came up when shallow accounts need to be directed to pick one of auth methods and we don't have any current one to base logic off)