summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 59f0e49)
raw | patch | inline | side by side (parent: 59f0e49)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 30 Jan 2010 22:58:25 +0000 (22:58 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 30 Jan 2010 22:58:25 +0000 (22:58 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4438 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/actions.py | patch | blob | history |
diff --git a/roundup/cgi/actions.py b/roundup/cgi/actions.py
index 92e62d42c31fd1664bbf5564c3457ed98ed58497..dd86a84da6f56fce0227f9855bc6010912d20675 100755 (executable)
--- a/roundup/cgi/actions.py
+++ b/roundup/cgi/actions.py
return self.finishRego()
# generate the one-time-key and store the props for later
+ user_props = props[('user', None)]
for propname, proptype in self.db.user.getprops().items():
value = user_props.get(propname, None)
if value is None: