B
bobkhan1
Guest
in C# to implement
for a Online Account--------
A class is to be modeled for the accounts of a web shop. As contact information should
Name, first name, gender and date of birth of the customer, as well as zip code, city and street
get saved. In addition, a landline and mobile phone number as well as an e-mail address are saved; the e-mail address also serves as the user name. For the login process
a password must be created.
The following processes must be taken into account:
1- Checking the formal validity of the email address.
2- Changing the contact information.
3- Changing the password (only possible if the current password is known).
4-Changing the password if the old password has been forgotten (via sending
an email with a special change link).
Continue reading...
for a Online Account--------
A class is to be modeled for the accounts of a web shop. As contact information should
Name, first name, gender and date of birth of the customer, as well as zip code, city and street
get saved. In addition, a landline and mobile phone number as well as an e-mail address are saved; the e-mail address also serves as the user name. For the login process
a password must be created.
The following processes must be taken into account:
1- Checking the formal validity of the email address.
2- Changing the contact information.
3- Changing the password (only possible if the current password is known).
4-Changing the password if the old password has been forgotten (via sending
an email with a special change link).
Continue reading...