#Login and register
4 messages ยท Page 1 of 1 (latest)
How i can make a loginr|egister system with DOF2??
@shut kestrel FOF2 is considered to be an ancient tool, you can use SQLite or MySQL instead for saving user system account into database
Make sure your login register system doesn't use SHA256 or UDB_HASH. Use BCRYPT and try to learn how to control it or you can just take a look into this:
https://github.com/ff-agus44/simple-login-register
you can just take a look into this
TAKE A LOOK AT IT, ANALYZE IT BUT **DO NOT USE THE SAME **BECAUSE THEN YOU WILL NEVER LEARN.