havok89 / Hoosk

Hoosk Codeigniter CMS
http://hoosk.org
Other
128 stars 87 forks source link

User login/registration system available? #14

Open lovebdsobuj opened 7 years ago

havok89 commented 7 years ago

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

lovebdsobuj commented 7 years ago

Yes, when the user logs in would there be a separate user dashboard. Feature,

etc...

Some page/post will be only for registered user. Leave a comment (only for registered user).

havok89 commented 7 years ago

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?

lovebdsobuj commented 7 years ago

Yes, some page will be privileges only for logged user.

On 11/17/16, Callum Henry notifications@github.com wrote:

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?

You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/havok89/Hoosk/issues/14#issuecomment-261079822

PowerChaos commented 7 years ago

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 |-> Root user , full permition

Designers |-> Ability to only change the design , after confirm of a admin it will update the edited pages ( optional)

Posters |-> Able to create blogposts and manage comments ( also known as moderator)

feedback |-> Normal registered users that can post comments on the posts, after a mod confirmed it (optional )

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 Greets From PowerChaos

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