Typo
This commit is contained in:
parent
17e4baac12
commit
b5a93a9cf0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class AnonymousAuth(BaseAuth):
|
|||
if self.can_view(request):
|
||||
if user_obj and user_obj.valid:
|
||||
return user_obj, True
|
||||
sys.stderr.write("Authetification anonyme dans %s\n" % self.name)
|
||||
sys.stderr.write("Authentification anonyme dans %s\n" % self.name)
|
||||
u = user.User(request, auth_username=self.auth_username, auth_method=self.name)
|
||||
u.auth_username=self.auth_username
|
||||
u.name=self.auth_username
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue