118928 Improve Registration Procedure
Ngân sách N/A
I have a currently working registration system. However these improvements are necessary. Interface is in PHP 4.X, database is MYSql 4.X
- 1.1 Registration
- 1.1.1 User Registration
- 1.1.1.1 Allow only one registration for one e-mail address. Currently
users can register more than once with the same user name.
- 1.1.1.2 Registration confirmation should be required.
right now you can register and then immediately log in without actually confirming the registration.
- 1.1.1.3 Require all fields at registration
- 1.1.1.3.1 set the default ID to 999999
- 1.1.1.3.2 add new field. Preferred language. Choices: English and
Japanese (maybe more later).
- 1.1.1.4 Allow users to optionally type in a classkey at registration
(not required)
- 1.1.1.5 After registration edit profile
- 1.1.1.5.1 Make it so only the classkey and password can be edited.
- 1.1.1.5.2 Class key can only be entered once. Once a person has
entered a class, they can no longer enter a class key.
- 1.1.1.6 Lost password? Send them a copy of their password upon request
- 1.1.1.7 After registration the confirmation e-mail sent to them needs
to include their username and password along with the consent
text in their language.
- 1.1.1.7.1 Add consent form to the registration process. Consent
text will be part of the mail sent to them (short form?)
OR consent TEXT will be hidden but easily available if
clicked. Consent form will be available in different
languages (currently English and Japanese).
- 1.1.1.7.2 Consent will be required right now. Although I might
need to do this for users in the future where non-consent
is OK.
- 1.1.2 Batch registration (Below is my idea. If you like it, then good, do it my way. If you can propose an alternative Batch method, I am open to that)
- A Allow batch registrations with one student on each line.
Space or tab delimited. 99 is empty field. All fields
required. Password will be atutomatically generated and
mailed to student. They will still have to confirm.
- C Batched text can be typed in or pasted in. (Optional upload
of text file?)
- D Available to teachers/admin
Được trao cho:
Hi Brian, If you give me all clear I can start this morning. Should take a few hours but be done today. Phil