Forums / Setup & design / "Empty" users

"Empty" users

Author Message

Franck T.

Thursday 16 February 2006 3:45:42 am

Hello.
I encounter a problem with some of my users: after registrering (with no error message) I see them (in the admin site) as "empty": no login, no name, no surname, nothing ! Just the default users class icon.
This is my UserSettings in site.ini:

GeneratePasswordIfEmpty  true
GeneratePasswordLength 	 6
AnonymousUserID 	10
DefaultUserPlacement 	12
DefaultSectionID 	default 	
RegistrationFeedback 	default 	"email"
VerifyUserEmail 	disabled
RegistrationEmail 	siteaccess 	""
UserClassID 	default 	4
UserGroupClassID 	default 	3
UserClassGroupID 	default 	2
UserCreatorID 	default 	14
AuthenticateMatch 	default 	"login; email"
RequireUniqueEmail 	default 	true
UseSpecialCharacters 	default 	false
LogoutRedirect 	default 	"/user/login"
LoginHandler 	default 	[0] standard
ExtensionDirectory 	default 

Has someone already encountered this problem?
Thanks.

Franck T.

Friday 17 February 2006 4:31:54 am

It seems that cookies must be enabled !
OK, but on some computers where I've made them enabled, I still can't make it work: the registered users remain empty !
May be another setting must be done somewhere...

Pablo Bussi

Wednesday 22 February 2006 12:42:25 pm

The same happens to me. I am using ezp 3.6.3 and I was able to reproduce the problem by blocking cookies.
The ez.no live demo (3.7.3) works just fine under the same conditions.
I checked the bugs and the proposed changes to the code are already implemented in ezp 3.6.3.
Still looking for a solution.....

Pablo Bussi

Thursday 23 February 2006 2:24:52 pm

I solved the problem by applying the bug fix rev (manually). Basically, 2 minors changes to register.tpl and register.php. It adds a POST variable in the form to keep the userID, avoiding to loose it (sessions problems).
The fix is here:
http://pubsvn.ez.no/viewcvs/ezp?rev=13662&view=rev