Hello.
In the code, the previous developer changed the regular expression to create a new user:
#Signup url(r'^(?P<username>.+?)/signup/complete/$',
In the unused Userena, this is the pattern of Line 40 :
# Signup url(r'^(?P<username>[\.\w]+)/signup/complete/$',
Help me figure out what has changed. I want to throw away the changes for an easier update.