09.11.2016, 18:28
(This post was last modified: 09.11.2016, 18:37 by Erwin van der Zwart.)
rHi,
User passwords are encrypted in the DB, by using the form simulation methode the password get's stored in the DB with all needed actions to encrypt etc. making sure the new user is correct created.
Yes the form might change some time but is not likely. If it ever does the creation of a matching script is a matter of matching the new fields.
Also if the form ever changes the DB fields are changing also so you always need to adjust your script if that occurs. If you create a new entry in the DB you need to pass all the fields or the entry is denied.
BR,
Erwin
User passwords are encrypted in the DB, by using the form simulation methode the password get's stored in the DB with all needed actions to encrypt etc. making sure the new user is correct created.
Yes the form might change some time but is not likely. If it ever does the creation of a matching script is a matter of matching the new fields.
Also if the form ever changes the DB fields are changing also so you always need to adjust your script if that occurs. If you create a new entry in the DB you need to pass all the fields or the entry is denied.
BR,
Erwin