Dear all,

I modify the SampleRemember from sampleremember product. The modification is 
like this.

class SampleRemember(BaseMember):
    """A member with a favorite color."""
    archetype_name = portal_type = meta_type = DEFAULT_MEMBER_TYPE

    schema = BaseMember.schema.copy() + sampleremember_schema
    schema['password'].required = 1            # my modification
    schema['confirm_password'].required = 1    # my modification

atapi.registerType(SampleRemember)
InitializeClass(SampleRemember)

After doing registration process, I cannot enter to the portal with the error 
message : "Login failed. Both login name and password are case sensitive, check 
that caps lock is not enabled.". If I mark/erase 2 statement 
(schema['password'] & schema['confirm_password']), I can enter to the portal. 
Anybody know why this happen? How to solve it? I just want to force the user to 
entry their password. Thanks for helping me.

Sincerely,
-indra-


      



--
Archive: 
http://www.openplans.org/projects/remember/lists/remember/archive/2008/12/1229866377665
To unsubscribe send an email with subject "unsubscribe" to 
[email protected].  Please contact 
[email protected] for questions.

Reply via email to