Empty log message
darcs-hash:20060502235404-4ec08-3d748bece109de4146c02211f69242f6ac7fdc26.gz
This commit is contained in:
parent
c84298f38e
commit
aee6feb7dd
2 changed files with 4 additions and 10 deletions
|
@ -148,12 +148,7 @@ def isValidName(request, name):
|
|||
@param name: user name, unicode
|
||||
"""
|
||||
normalized = normalizeName(name)
|
||||
#### HACK CRANS
|
||||
#return (name == normalized) and not wikiutil.isGroupPage(request, name)
|
||||
return not name or ((name == normalized) \
|
||||
and not wikiutil.isGroupPage(request, name)
|
||||
and wikiutil.isStrictWikiname(name))
|
||||
#### HACK CRANS
|
||||
return (name == normalized) and not wikiutil.isGroupPage(request, name)
|
||||
|
||||
|
||||
def encodeList(items):
|
||||
|
|
|
@ -184,7 +184,6 @@ Pour des raisons de s
|
|||
possible que depuis la zone CRANS.
|
||||
Si vous possédez un compte sur zamok, vous pouvez y exécuter
|
||||
creer_compte_wiki.""")
|
||||
|
||||
#### FIN DU HACK
|
||||
|
||||
# try to get the password and pw repeat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue