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

Update login_model.php #365

Closed
wants to merge 3 commits into from
Closed

Update login_model.php #365

wants to merge 3 commits into from

Conversation

schlumpf2009
Copy link

this 4 lines changes the up/downgrade of 'user_account_type' to a system that allows user_account_type=user_account_type+1
or user_account_type=user_account_type-1

eg: you can push the user_account_type to more then 2 if you want

schlumpf2009 added 3 commits January 23, 2014 21:14

this 4 lines changes the up/downgrade of 'user_account_type' to a system that allows user_account_type=user_account_type+1
or user_account_type=user_account_type-1

eg: you can push the user_account_type to more then 2 if you want
a little 

Session::get('user_account_type') < 99
Session::get('user_account_type') > 0

if then else arround it :)
@GrahamCampbell
Copy link
Contributor

Please pull against the develop branch.

@panique
Copy link
Owner

panique commented Jan 23, 2014

@GrahamCampbell Yo! :)
@schlumpf2009 Your commit breaks the system, as it would allow to lower the user account to -7 for example. There's also no frontend implementation of this. I can also not push this into the master branch, as the master always holds the stable version, develop is for development/commits. Sorry !!

@panique panique closed this Jan 23, 2014
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

Successfully merging this pull request may close these issues.

None yet

3 participants