WallbaseCC / WallbaseCE

Wallbase Community Edition
4 stars 0 forks source link

Register feature #3

Open s4wny opened 10 years ago

s4wny commented 10 years ago

Register.

The database should have this scheme:

id | username | email | password

Use laravels hash function to hash the password: Hash::make('secret'); (this uses salts + bcrypt = more secure than linkedin, adobe creative cloud, sony :wink: )