Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// This Source Code is in the Public Domain per: http://unlicense.org
package org.litesoft.bo.views;

/**
 * Note the "a???" names and values MUST be the same as the appropriate Application's UserViewNames
 */
public interface SecurityUserViewNames
{
    public static final String aLogonEmail = "LogonEmail";

    public static final String aCurrentPassword = "CurrentPassword";

    public static final String aConfirmPassword = "ConfirmPassword";

    public static final String aNewPassword = "NewPassword";

    public static final String aPhoneNumber = "PhoneNumber";

    public static final int PASSWORD_LENGTH = 14;

    public static final String LOGON = "Logon/Email";
    public static final String PASSWORD = "Password";
}

Commits for litesoft/trunk/Java/core/Anywhere/src/org/litesoft/bo/views/SecurityUserViewNames.java

Diff revisions: vs.
Revision Author Commited Message
947 Diff Diff GeorgeS picture GeorgeS Fri 06 Jun, 2014 23:36:56 +0000

Correct Spelling of package!

486 Diff Diff GeorgeS picture GeorgeS Tue 06 Sep, 2011 03:00:59 +0000
480 GeorgeS picture GeorgeS Sun 04 Sep, 2011 02:38:20 +0000

Progress on common User Support...