RE: How to add text field or button on portal web page?
Good morning Omar,
I want to add a text field to enter the email of a user. The user must enter his email on the web portal to authenticate.
The data are entered by the user on the web portal then they are validated.
However I am not sure how the user's data is stored.
There is no SQL database.
I wonder in such a situation what is the best way to proceed.
Is there an automated way to store the password and email values of the customer?
For the reset button, I want to send a new password by email.
However it will update the password in a database containing the user information.
And I'm not sure how to proceed.
Thank you