Skip to content

Commit

Permalink
Enable authentication service
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesxu123 authored Jun 15, 2018
1 parent caf9201 commit 20b3ff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def create_room(self, room_name):
def authenticate(self, username, password):
'Authenticate user based on MySQL database'
self.name = username
return True
ph = PasswordHasher() #Create a passwordhasher object to hash passwords
#username: pay2lose, testing, rmckenzie
#password: abacus, admin, ccc
Expand Down

0 comments on commit 20b3ff4

Please sign in to comment.