Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Dennis Eitner
Full Stack JavaScript Techdegree Graduate 25,593 PointsWordpress Front-End User Management
Hello
I often need to have a user management (login, profile, password, etc.) on my wordpress websites. What do you use? How do you do it?

Dennis Eitner
Full Stack JavaScript Techdegree Graduate 25,593 PointsDo you use plugins for user registration/login process? If so, which is your favourite? Or do you use wordpress' user management and extend it with custom roles?

Andrew Shook
31,709 PointsNo I just use WP core user stuff. What functionality do you need that doesn't come stock in WP?
Edit: I do extend with custom roles.

Dennis Eitner
Full Stack JavaScript Techdegree Graduate 25,593 PointsUser registration with custom fields, export registered users as excel file, user privilges. And I don't want users to see the wordpress login screen.

Andrew Shook
31,709 PointsYeah, I've never really had to do anything along those lines.
1 Answer

Naomi Freeman
Treehouse Guest TeacherMaybe you want to build in Drupal instead? It offers those features as basic things :)
Andrew Shook
31,709 PointsAndrew Shook
31,709 PointsCould you elaborate a little more?