no message

This commit is contained in:
Frank Dillon 2004-03-16 18:53:18 +00:00
parent d391a0a78d
commit 08dc964a80

View file

@ -0,0 +1,67 @@
delete from help where helpId=1 and namespace='Auth/WebGUI/Account';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Account', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/LDAP/Account';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/LDAP/Account', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/SMB/Account';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/SMB/Account', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/WebGUI/Login';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Login', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/LDAP/Login';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/LDAP/Login', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/SMB/Login';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/SMB/Login', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/WebGUI/Create';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Create', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/LDAP/Create';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/LDAP/Create', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/SMB/Create';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/SMB/Create', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/WebGUI/Recovery';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Recovery', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/WebGUI/Expired';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Expired', 1, 2, '51,WebGUI;');
delete from international where languageId=1 and namespace='Auth/WebGUI/Expired' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/WebGUI/Expired','WebGUI Authentication Password Expiration Template', 1078857230,NULL);
delete from international where languageId=1 and namespace='Auth/WebGUI/Expired' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/WebGUI/Expired','The following template variables are available for&nbsp;WebGUI Authentication Password Expiration templates. <BR><BR><STRONG>expired.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;password expiration&nbsp;page.<BR><BR><STRONG>expired.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>expired.form.footer</STRONG><BR>The required form elements that go after the password expiration page form. \r\n<P><STRONG>expired.form.submit<BR></STRONG>The default submit button for the&nbsp;password expiration&nbsp;form. <BR><BR><STRONG>displayTitle<BR></STRONG>Default page title \r\n<P><STRONG>expired.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>create.form.oldPassword</STRONG><BR>Default&nbsp;old password form field<BR><BR><STRONG>create.form.oldPassword.label</STRONG><BR>Default text for&nbsp;old password&nbsp;form field<BR><BR><STRONG>expired.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>expired.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>expired.form.passwordConfirm</STRONG><BR>Default password confirm form field<BR><BR><STRONG>expired.form.passwordConfirm.label<BR></STRONG>Default text for password confirm form field</P>', 1078857230,NULL);
delete from international where languageId=1 and namespace='Auth/WebGUI/Create' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/WebGUI/Create','The following template variables are available for&nbsp;WebGUI Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;anonymous registration&nbsp;page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form. \r\n<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the&nbsp;anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title \r\n<P><STRONG>create.form.profile<BR></STRONG>A loop containing visible and required profile fields for anonymouse registration<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement</STRONG><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form element for visible or required profile field<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement.label</STRONG><BR><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG>Default text label for profile form element<BR><BR><BR><STRONG>login.url<BR></STRONG>URL for the login page<BR><BR><STRONG>login.label</STRONG><BR>Default text label for login page link.<BR><BR><STRONG>create.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>create.form.username</STRONG><BR>Default username form field<BR><BR><STRONG>create.form.username.label</STRONG><BR>Default text for username form field<BR><BR><STRONG>create.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>create.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>create.form.passwordConfirm</STRONG><BR>Default password confirm form field<BR><BR><STRONG>create.form.passwordConfirm.label<BR></STRONG>Default text for password confirm form field<BR><BR><STRONG>recoverPassword.isAllowed<BR></STRONG>Flag indicating whether or not password recovery is enabled<BR><BR><STRONG>recoverPassword.url<BR></STRONG>URL for the password recovery page.<BR><BR><STRONG>recoverPassword.label<BR></STRONG>Default label for the password recovery link</P>', 1078856626,NULL);
delete from international where languageId=1 and namespace='Auth/WebGUI/Create' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/WebGUI/Create','WebGUI Authentication Anonymous Registration Template', 1078856626,NULL);
delete from international where languageId=1 and namespace='Auth/WebGUI/Recovery' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/WebGUI/Recovery','WebGUI Authentication Password Recovery Template', 1078856556,NULL);
delete from international where languageId=1 and namespace='Auth/WebGUI/Recovery' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/WebGUI/Recovery','The following template variables are available for&nbsp;WebGUI Authentication&nbsp;Password Recovery&nbsp;templates. \r\n<P><STRONG>recover.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;password recovery&nbsp;page.<BR><BR><STRONG>recover.form.hidden</STRONG><BR>Hidden form fields required for form submission<BR><BR><STRONG>recover.form.footer</STRONG><BR>The required form elements that go after the&nbsp;password recovery&nbsp;page form.</P>\r\n<P><STRONG>recover.form.submit<BR></STRONG>The default submit button for the&nbsp;password recovery&nbsp;form. <BR><BR><STRONG>login.form.email<BR></STRONG>Default&nbsp;email form field<BR><BR><STRONG>login.form.email.label<BR></STRONG>Default text for&nbsp;email form field<BR><BR><STRONG>title<BR></STRONG>Default page title \r\n<P><STRONG>recover.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>anonymousRegistration.isAllowed<BR></STRONG>Flag indicating whether or not anoymous registrations are allowed<BR><BR><STRONG>createAccount.url</STRONG><BR>URL&nbsp;for&nbsp;the anonymous registration page<BR><BR><STRONG>createAccount.label<BR></STRONG>Default label for the anonymous registration link<BR><BR><STRONG>login.url<BR></STRONG>URL for the login page<BR><BR><STRONG>login.label</STRONG><BR>Default text label for login page link.</P>', 1078856556,NULL);
delete from international where languageId=1 and namespace='Auth/SMB/Create' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/SMB/Create','SMB Authentication Anonymous Registration Template', 1078856081,NULL);
delete from international where languageId=1 and namespace='Auth/SMB/Create' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/SMB/Create','The following template variables are available for&nbsp;SMB Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;anonymous registration&nbsp;page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form. \r\n<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the&nbsp;anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title \r\n<P><STRONG>create.form.profile<BR></STRONG>A loop containing visible and required profile fields for registration<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement</STRONG><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form element for visible or required profile field<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement.label</STRONG><BR><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG>Default text label for profile form element<BR><BR><BR><STRONG>login.url<BR></STRONG>URL for the login page<BR><BR><STRONG>login.label</STRONG><BR>Default text label for login page link.<BR><BR><STRONG>create.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>create.form.loginId</STRONG><BR>Default&nbsp;SMB loginId form field<BR><BR><STRONG>create.form.loginId.label</STRONG><BR>Default text for&nbsp;SMB loginId form field<BR><BR><STRONG>create.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>create.form.password.label<BR></STRONG>Default text for password form field</P>', 1078856081,NULL);
delete from international where languageId=1 and namespace='Auth/LDAP/Create' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/LDAP/Create','LDAP Authentication Anonymous Registration Template', 1078855925,NULL);
delete from international where languageId=1 and namespace='Auth/LDAP/Create' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/LDAP/Create','The following template variables are available for&nbsp;LDAP Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;anonymous registration&nbsp;page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form. \r\n<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the&nbsp;anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title \r\n<P><STRONG>create.form.profile<BR></STRONG>A loop containing visible and required profile fields for registration<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement</STRONG><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form element for visible or required profile field<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement.label</STRONG><BR><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG>Default text label for profile form element<BR><BR><BR><STRONG>login.url<BR></STRONG>URL for the login page<BR><BR><STRONG>login.label</STRONG><BR>Default text label for login page link.<BR><BR><STRONG>create.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>create.form.ldapId</STRONG><BR>Default&nbsp;ldapId form field<BR><BR><STRONG>create.form.ldapId.label</STRONG><BR>Default text for&nbsp;ldapId form field<BR><BR><STRONG>create.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>create.form.password.label<BR></STRONG>Default text for password form field</P>', 1078855925,NULL);
delete from international where languageId=1 and namespace='Auth/SMB/Login' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/SMB/Login','SMB Authentication Login Template', 1078854992,NULL);
delete from international where languageId=1 and namespace='Auth/SMB/Login' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/SMB/Login','The following template variables are available for&nbsp;SMB Authentication&nbsp;Login&nbsp;templates. \r\n<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;login page.<BR><BR><STRONG>login.form.hidden</STRONG><BR>Hidden form fields required for form submission<BR><BR><STRONG>login.form.footer</STRONG><BR>The required form elements that go after the login page form.</P>\r\n<P><STRONG>login.form.submit<BR></STRONG>The default submit button for the&nbsp;login form. <BR><BR><STRONG>login.form.username<BR></STRONG>Default username form field<BR><BR><STRONG>login.form.username.label<BR></STRONG>Default text for username form field<BR><BR><STRONG>login.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>login.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>title<BR></STRONG>Default page title \r\n<P><STRONG>login.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>anonymousRegistration.isAllowed<BR></STRONG>Flag indicating whether or not anoymous registrations are allowed<BR><BR><STRONG>createAccount.url</STRONG><BR>URL&nbsp;for&nbsp;the anonymous registration page<BR><BR><STRONG>createAccount.label<BR></STRONG>Default label for the anonymous registration link</P>', 1078854992,NULL);
delete from international where languageId=1 and namespace='Auth/LDAP/Login' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/LDAP/Login','LDAP Authentication Login Template', 1078854953,NULL);
delete from international where languageId=1 and namespace='Auth/LDAP/Login' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/LDAP/Login','The following template variables are available for&nbsp;LDAP Authentication&nbsp;Login&nbsp;templates. \r\n<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;login&nbsp;page.<BR><BR><STRONG>login.form.hidden</STRONG><BR>Hidden form fields required for form submission<BR><BR><STRONG>login.form.footer</STRONG><BR>The required form elements that go after the&nbsp;login page form.</P>\r\n<P><STRONG>login.form.submit<BR></STRONG>The default submit button for the&nbsp;login form. <BR><BR><STRONG>login.form.username<BR></STRONG>Default username form field<BR><BR><STRONG>login.form.username.label<BR></STRONG>Default text for username form field<BR><BR><STRONG>login.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>login.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>title<BR></STRONG>Default page title \r\n<P><STRONG>login.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>anonymousRegistration.isAllowed<BR></STRONG>Flag indicating whether or not anoymous registrations are allowed<BR><BR><STRONG>createAccount.url</STRONG><BR>URL&nbsp;for&nbsp;the anonymous registration page<BR><BR><STRONG>createAccount.label<BR></STRONG>Default label for the anonymous registration link</P>', 1078854953,NULL);
delete from international where languageId=1 and namespace='Auth/WebGUI/Login' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/WebGUI/Login','WebGUI Authentication Login Template', 1078854830,NULL);
delete from international where languageId=1 and namespace='Auth/WebGUI/Login' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/WebGUI/Login','The following template variables are available for&nbsp;WebGUI Authentication&nbsp;Login&nbsp;templates. \r\n<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;login page.<BR><BR><STRONG>login.form.hidden</STRONG><BR>Hidden form fields required for form submission<BR><BR><STRONG>login.form.footer</STRONG><BR>The required form elements that go after the login page form.</P>\r\n<P><STRONG>login.form.submit<BR></STRONG>The default submit button for the&nbsp;login form. <BR><BR><STRONG>login.form.username<BR></STRONG>Default username form field<BR><BR><STRONG>login.form.username.label<BR></STRONG>Default text for username form field<BR><BR><STRONG>login.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>login.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>title<BR></STRONG>Default page title \r\n<P><STRONG>login.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>anonymousRegistration.isAllowed<BR></STRONG>Flag indicating whether or not anoymous registrations are allowed<BR><BR><STRONG>createAccount.url</STRONG><BR>URL&nbsp;for&nbsp;the anonymous registration page<BR><BR><STRONG>createAccount.label<BR></STRONG>Default label for the anonymous registration link<BR><BR><STRONG>recoverPassword.isAllowed</STRONG><BR>Flag indicating whether or not password recovery is enabled<BR><BR><STRONG>recoverPassword.url<BR></STRONG>URL for the password recovery page.<BR><BR><STRONG>recoverPassword.label<BR></STRONG>Default label for the password recovery link</P>', 1078854830,NULL);
delete from international where languageId=1 and namespace='Auth/SMB/Account' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/SMB/Account','SMB Authentication Display Account Template', 1078853113,NULL);
delete from international where languageId=1 and namespace='Auth/SMB/Account' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/SMB/Account','The following template variables are available for&nbsp;the&nbsp;SMB Authentication Display Account&nbsp;templates. \r\n<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has.&nbsp; Karma&nbsp;is a&nbsp;configurable user setting that is turned off by default&nbsp; \r\n<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for&nbsp;the karma form value&nbsp; \r\n<P><STRONG>account.options</STRONG><BR>Links list of options&nbsp;which&nbsp;allow users to&nbsp;turn on Admin, view and edit profile, view the messageLog, etc.&nbsp; <BR><BR><STRONG>displayTitle<BR></STRONG>Page title<BR><STRONG><BR>account.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.</P>', 1078853113,NULL);
delete from international where languageId=1 and namespace='Auth/LDAP/Account' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/LDAP/Account','LDAP Authentication Display Account Template', 1078852969,NULL);
delete from international where languageId=1 and namespace='Auth/LDAP/Account' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/LDAP/Account','The following template variables are available for&nbsp;the LDAP Authentication Display Account&nbsp;templates. \r\n<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has.&nbsp; Karma&nbsp;is a&nbsp;configurable user setting that is turned off by default&nbsp; \r\n<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for&nbsp;the karma form value&nbsp; \r\n<P><STRONG>account.options</STRONG><BR>Links list of options&nbsp;which&nbsp;allow users to&nbsp;turn on Admin, view and edit profile, view the messageLog, etc.&nbsp; <BR><BR><STRONG>displayTitle<BR></STRONG>Page title<BR><STRONG><BR>account.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.</P>', 1078852969,NULL);
delete from international where languageId=1 and namespace='Auth/WebGUI/Account' and internationalId=1;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/WebGUI/Account','WebGUI Authentication Display Account Template', 1078852836,NULL);
delete from international where languageId=1 and namespace='Auth/WebGUI/Account' and internationalId=2;
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/WebGUI/Account','The following template variables are available for&nbsp;WebGUI Authentication Display Account&nbsp;templates. \r\n<P><STRONG>account.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;display account page.<BR><BR><STRONG>account.form.footer</STRONG><BR>The required form elements that go after the display account page form. </P>\r\n<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has.&nbsp; Karma&nbsp;is a&nbsp;configurable user setting that is turned off by default&nbsp; \r\n<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for&nbsp;the karma form value&nbsp; \r\n<P><STRONG>account.form.submit<BR></STRONG>The default submit button for the&nbsp;display account form. <BR><BR><STRONG>account.options</STRONG><BR>Links list of options&nbsp;which&nbsp;allow users to&nbsp;turn on Admin, view and edit profile, view the messageLog, etc.&nbsp; <BR><BR><STRONG>displayTitle<BR></STRONG>Page title\r\n<P><STRONG>account.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>account.form.username</STRONG><BR>Default username form field<BR><BR><STRONG>account.form.username.label</STRONG><BR>Default text for username form field<BR><BR><STRONG>account.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>account.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>account.form.passwordConfirm</STRONG><BR>Default password confirm form field<BR><BR><STRONG>account.form.passwordConfirm.label<BR></STRONG>Default text for password confirm form field<BR><BR><STRONG>account.noform</STRONG><BR>Indicates whether or not the display account form has any visible fields<BR><BR><STRONG>account.nofields<BR></STRONG>Default display in the case that there are no form elements to display</P>', 1078852836,NULL);