Freddy444 / Songrating-Freddy.Max

MIT License
0 stars 0 forks source link

issue#48-usercontroller #101

Closed Freddy444 closed 10 months ago

Freddy444 commented 10 months ago

Retrieve user details by username.

Create a new user by inserting a username and hashed password into the database.

The createUser method returns TRUE on successful execution and FALSE otherwise. The class encapsulates database-related functionality for user data.