Ticket #329 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Force e-mail addresses as user names

Reported by: tarmo Assigned to: vahur
Priority: blocker Milestone:
Component: generic Version:
Keywords: Cc:
Time spent: 10.0h Time remaining: 0h
Time planned: 8h

Description (Last modified by vahur)

(story #328) Change the registration procedure so that it allows special characters used in e-mail addresses (@_.-) in the account name. Also, validate the address so that is conforms to an e-mail address format (something like ".*@.*\..*" ).

After accepting the registration page information, the user account is not created, but the information is stored somewhere (some kind of temporary holding area) and the verification e-mail is sent to the given e-mail address. When the code is entered, the account information is read from the storage and the account is created.

Change History

05/09/06 17:55:54 changed by tarmo

  • tt_spent changed.
  • description changed.
  • tt_remaining changed.
  • tt_estimated changed.

05/17/06 09:51:02 changed by vahur

  • owner changed from anonymous to vahur.
  • status changed from new to assigned.
  • description changed.
  • tt_estimated set to 8h.

05/18/06 14:43:54 changed by tarmo

  • milestone deleted.

Postponed, needs rethinking.

05/18/06 14:54:58 changed by vahur

  • tt_spent set to 8h.

first paragraph of this ticket is already done. users can log in using email address. Member's home folder id would then be exampleatsomedomaindotcom so @-->at and . --> dot all tests where I changed foobar to foobar@example.com passed

there is also option to enable emailVerification which basicly won't allow users to enter password but it is sent to their email. On first login users are forced to change password

05/29/06 10:51:50 changed by vahur

  • status changed from assigned to closed.
  • tt_spent changed from 8h to 18.0h.
  • resolution set to fixed.
  • tt_remaining set to 0h.

(In [313]) closes #329 spent 10h basic funionlity is here but needs tweaking and tuning.

05/29/06 10:54:30 changed by vahur

  • tt_spent changed from 18.0h to 10.0h.