Indrajaya <[email protected]> writes:
> 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.
Thanks for the thorough bug report. Can you please post this to the
issue tracker and we'll do our best to fix it when it rises to the top:
http://plone.org/products/remember/issues
I should let you know, however, given the other things that we're
working on ATM, it may take us some time to get to fixing it.
Thanks again!
Ross
--
Archive:
http://www.openplans.org/projects/remember/lists/remember/archive/2008/12/1229912140161
To unsubscribe send an email with subject "unsubscribe" to
[email protected]. Please contact
[email protected] for questions.