cancel
Showing results for 
Search instead for 
Did you mean: 

How to change login page to correct error-(Username orEmail Address)

Former Member
0 Kudos

Hi All,

In the netpoint login page under existing accounts term

"Username orEmail Address" appears without a space between "or" and "Email Address". How do we correct this. I could not find the *.aspx page for this. Anyone knows which page to look for in netpoint directory?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dave,

the aspx page is (assuming you have installed netpoint to c:\inetpub\wwwroot\netpoint)

\common\accounts\login.aspx

but the one you actually want to modify is

\common\controls\login.ascx.

you'll see there the layout of the labels or formatting of text on that form and you can rearrange them as you need.

hope this helps.

Former Member
0 Kudos

Once a string makes it into the database. There are 2 ways to edit it: The first and easiest would be to use the inline string editor (in 5.9 this is a plugin you have to add to a slot, in 2007 there is a button on the admin strip to turn it on). The second way would be to find the namespace of the control in the languague strings admin (admin/common/stringeditor.aspx) namespaces would be something like netpoint.common.accounts.login (depending on what control you were changing the string on)

Answers (0)