Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Role-Based Access Control Forum(web) May.2016 -Implemented the authorization management based on RBAC -Designed a super hash with multiple hash functions to secure user password -Integrated OAuth service(Gmail) for sign-up and login -Developed the website with PHP, JavaScript, JQuery, CSS and Bootstrap

Dependence

Apache PHP

Run

start Apache server
run /UI/login.html 

Guidance

Available users

username		role		    password
evan        	admin			123
admin			admin			123
moderator1		moderator		123
moderator2		moderator		123
user1			user			123	
user2			user			123
author1			author			123
author2			author			123

how to set user roles

update users SET role_id='ID' where username='USERNAME';

roles id

1 admin
2 author
3 moderator
4 user

About

Role-Based Access Control Forum(web) Authorization management based on RBAC

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages