diff MoinMoin/user.py @ 1606:ae56d79ae076

http auth / ssl clientcert auth: correctly decode name/password/email to unicode (ported from 1.5)
author Thomas Waldmann <tw AT waldmann-edv DOT de>
date Sun, 08 Oct 2006 20:00:21 +0200
parents bbe187af4fc0
children 47a173ae5401
line wrap: on
line diff
--- a/MoinMoin/user.py	Sun Oct 08 17:50:03 2006 +0200
+++ b/MoinMoin/user.py	Sun Oct 08 20:00:21 2006 +0200
@@ -206,9 +206,9 @@
         @param request: the request object
         @param id: (optional) user ID
         @param name: (optional) user name
-        @param password: (optional) user password
+        @param password: (optional) user password (unicode)
         @param auth_username: (optional) already authenticated user name
-                              (e.g. when using http basic auth)
+                              (e.g. when using http basic auth) (unicode)
         @keyword auth_method: method that was used for authentication,
                               default: 'internal'
         @keyword auth_attribs: tuple of user object attribute names that are