id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 8928,Registering new User fails,anonymous,Steffen Hoffmann,"Hi, I tried to install the AccountManagerPlugin for trac but it does not work here :( Trac 0.12.2 AccountManagerPlugin: 0.3dev-r10342 When I use the ""Register""-option as a non-logged-in user I can enter some data but it results in following error: {{{ AttributeError: 'NoneType' object has no attribute 'strip' }}} When I create a new useraccount in the admin-area it works without an error but the overview shows only the accountname, the name and the e-mail-field are empty. Those users can't login. I want to use the htpasswdstore. Users manually written in the file can login sucessfully and use trac. I think there is a problem in my configuration, but I can't find it. Some lines from the trac.ini: {{{ [account-manager] account_changes_notify_addresses = someone@example.com authentication_url = force_passwd_change = true generated_password_length = 8 hash_method = HtDigestHashMethod htdigest_realm = htpasswd_hash_type = crypt notify_actions = new,change,delete password_file = /srv/pwd/trac-h.users password_format = password_store = HtPasswdStore persistent_sessions = False refresh_passwd = False user_lock_max_time = 0 verify_email = true [components] acct_mgr.admin.accountmanageradminpages = enabled acct_mgr.api.accountmanager = enabled acct_mgr.db.sessionstore = disabled acct_mgr.guard.accountguard = enabled acct_mgr.htfile.htdigeststore = disabled acct_mgr.htfile.htpasswdstore = enabled acct_mgr.http.httpauthstore = disabled acct_mgr.notification.accountchangelistener = enabled acct_mgr.notification.accountchangenotificationadminpanel = enabled acct_mgr.pwhash.htdigesthashmethod = enabled acct_mgr.pwhash.htpasswdhashmethod = enabled acct_mgr.svnserve.svnservepasswordstore = disabled acct_mgr.web_ui.accountmodule = enabled acct_mgr.web_ui.emailverificationmodule = enabled acct_mgr.web_ui.loginmodule = enabled acct_mgr.web_ui.registrationmodule = enabled acct_mgr.web_ui.resetpwstore = enabled }}} and some files from the apache config: {{{ AuthType Basic AuthName ""- h -"" AuthUserFile /srv/pwd/trac-h.users Require valid-user }}} Seems to match the documentation? ",defect,closed,normal,AccountManagerPlugin,normal,duplicate,user registration,,0.12