-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User login/registration system available? #14
Comments
There isnt one available at the moment but since it is in CodeIgniter it would be relatively simple to build one. how would you be using it? when the user logs in would there be a seperate user dashboard, what features would it have etc |
Yes, when the user logs in would there be a separate user dashboard.
etc... Some page/post will be only for registered user. |
when a user isnt logged in on the front end should they still see the pages on the navigation bar except when clicked they would say please log in to view this page? |
Yes, some page will be privileges only for logged user. On 11/17/16, Callum Henry [email protected] wrote:
|
at this moment there is no permission system , so new users ( manual added) are root by default adding a permission tab would be nice , so i like the following roles added Admin Designers Posters feedback ofcourse those groups are not with recursive permission , so a poster can not design and a designer can not post atleast this is my vision xD ps: instead using md5 for passwords , could you see if you could implent the following script for passwords ? https://github.com/defuse/password-hashing Greets From PowerChaos |
No description provided.
The text was updated successfully, but these errors were encountered: