login 20 limit

View: New views
5 Messages — Rating Filter:   Alert me  

login 20 limit

by dk-17 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


hello everyone, I have a brief question .. the limit is 20 character
to login authuser table .. how can i change that to a longer limit
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to rife-users@...
To unsubscribe from this group, send email to rife-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Parent Message unknown Re: login 20 limit

by Herbert, David J :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

The way I've done this in my app is to have configuration parameters
like these:

<param name="LOGIN_NAME_MAXIMUM_LENGTH">50</param>
<param name="LOGIN_NAME_MINIMUM_LENGTH">4</param>
<param name="PASSWORD_MAXIMUM_LENGTH">50</param>
<param name="PASSWORD_MINIMUM_LENGTH">5</param>

in rep/config.xml.  

HTH,

David Herbert
British Antarctic Survey.

--  
This message (and any attachments) is for the recipient only.  NERC is subject
to the Freedom of Information Act 2000 and the contents of this email and any
reply you make may be disclosed by NERC unless it is exempt from release under
the Act.  Any material supplied to NERC may be stored in an electronic
records management system.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to rife-users@...
To unsubscribe from this group, send email to rife-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: login 20 limit

by Geert Bevin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Set LOGIN_NAME_MAXIMUM_LENGTH and LOGIN_NAME_MINIMUM_LENGTH as config  
parameters. You'll have to modify your table column accordingly or let  
it be re-created.

HTH,

Geert

On 11 Sep 2008, at 13:52, dk wrote:

>
> hello everyone, I have a brief question .. the limit is 20 character
> to login authuser table .. how can i change that to a longer limit
> >

--
Geert Bevin
Terracotta - http://www.terracotta.org
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to rife-users@...
To unsubscribe from this group, send email to rife-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: login 20 limit

by Joshua Hansen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi David,

Thanks for the specific and great reply.  I've updated the cookbook page
on "Authentication system internals" with with this information:
http://rifers.org/wiki/display/RIFE/Authentication+system+internals
http://rifers.org/wiki/display/RIFE/RIFE+internal+configuration

Josh
--
Joshua Hansen
Up Bear Enterprises
(541) 760-7685


David Herbert wrote:

> Hi,
>
> The way I've done this in my app is to have configuration parameters
> like these:
>
> <param name="LOGIN_NAME_MAXIMUM_LENGTH">50</param>
> <param name="LOGIN_NAME_MINIMUM_LENGTH">4</param>
> <param name="PASSWORD_MAXIMUM_LENGTH">50</param>
> <param name="PASSWORD_MINIMUM_LENGTH">5</param>
>
> in rep/config.xml.  
>
> HTH,
>
> David Herbert
> British Antarctic Survey.
>
> --  
> This message (and any attachments) is for the recipient only.  NERC is subject
> to the Freedom of Information Act 2000 and the contents of this email and any
> reply you make may be disclosed by NERC unless it is exempt from release under
> the Act.  Any material supplied to NERC may be stored in an electronic
> records management system.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to rife-users@...
To unsubscribe from this group, send email to rife-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: login 20 limit

by Geert Bevin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks a lot Josh.

On 11 Sep 2008, at 15:54, Josh Hansen wrote:

>
> Hi David,
>
> Thanks for the specific and great reply.  I've updated the cookbook  
> page
> on "Authentication system internals" with with this information:
> http://rifers.org/wiki/display/RIFE/Authentication+system+internals
> http://rifers.org/wiki/display/RIFE/RIFE+internal+configuration
>
> Josh
> --
> Joshua Hansen
> Up Bear Enterprises
> (541) 760-7685
>
>
> David Herbert wrote:
>> Hi,
>>
>> The way I've done this in my app is to have configuration parameters
>> like these:
>>
>> <param name="LOGIN_NAME_MAXIMUM_LENGTH">50</param>
>> <param name="LOGIN_NAME_MINIMUM_LENGTH">4</param>
>> <param name="PASSWORD_MAXIMUM_LENGTH">50</param>
>> <param name="PASSWORD_MINIMUM_LENGTH">5</param>
>>
>> in rep/config.xml.
>>
>> HTH,
>>
>> David Herbert
>> British Antarctic Survey.
>>
>> --  
>> This message (and any attachments) is for the recipient only.  NERC  
>> is subject
>> to the Freedom of Information Act 2000 and the contents of this  
>> email and any
>> reply you make may be disclosed by NERC unless it is exempt from  
>> release under
>> the Act.  Any material supplied to NERC may be stored in an  
>> electronic
>> records management system.
>>
>>
>>>
>>
>
> >

--
Geert Bevin
Terracotta - http://www.terracotta.org
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to rife-users@...
To unsubscribe from this group, send email to rife-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---

 
 
 
Google
rifers.org web