Skip to content
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

Open
lovebdsobuj opened this issue Nov 11, 2016 · 5 comments
Open

User login/registration system available? #14

lovebdsobuj opened this issue Nov 11, 2016 · 5 comments

Comments

@lovebdsobuj
Copy link

No description provided.

@havok89
Copy link
Owner

havok89 commented Nov 12, 2016

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
Copy link
Author

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

  • Profile
  • Posts (only permitted id)
  • Comments

etc...

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

@havok89
Copy link
Owner

havok89 commented Nov 16, 2016

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
Copy link
Author

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

On 11/17/16, Callum Henry [email protected] 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:
#14 (comment)

@PowerChaos
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants