First time here? Check out the FAQ!

Revision history  [back]

edit added those characters to the user name regex, still need to add a setting that permits only "standard" characters, as some users want to stick to stricter django conventions.

For example in Django you cannot have space in the user name. Apostrophe I think is not allowed either.

according to the django doc:

"Changed in Django 1.2: Usernames may now contain @, +, . and - characters.",

so these are added, will update code on this site tomorrow.

edit added those characters to the user name regex, still need to add a setting that permits only "standard" characters, as some users want to stick to stricter django conventions.

For example in Django you cannot have space in the user name. Apostrophe I think is not allowed either.

according to the django doc:

"Changed in Django 1.2: Usernames may now contain @, +, . and - characters.",

so these are added, will update code on this site tomorrow.added.

edit added those characters err, I'd have to the user name regex, still need to add a setting that permits only "standard" characters, as some users want to stick to stricter django conventions.

For example in Django check. can you cannot have space in the user name. Apostrophe I think is not allowed either.send me your dump? evgeny.fadeev@gmail.com

according to the django doc:

"Changed in Django 1.2: Usernames may now contain @, +, . and - characters.",

so these are added.I'll have to adjust accordingly.

err, I'd have to check. can you send me your dump? evgeny.fadeev@gmail.com

according to the django doc:

"Changed in Django 1.2: Usernames may now contain @, +, . and - characters.",

so I'll have to adjust accordingly.