BoiseState / interfaith-donation

Donation app and website to manage donations for Interfaith Sanctuary.
GNU General Public License v2.0
4 stars 1 forks source link

Create User, check with database, & password salted and hashed #264

Closed AdhikariChandra closed 6 years ago

AdhikariChandra commented 6 years ago

Currently, the user based salt is not stored in the database. A separate column is needed in the DB. It should work properly.

AdhikariChandra commented 6 years ago

Use this JSON to test. If you leave the "id" field, then the DB should automatically assign the id for this user object. { "userName": "Kenny", "password": "3LoTNipsaRb", "email": "khilboune@tripadvisor.com", "permissions": "BASIC_USER", "active": false }