Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, February 22, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: Custom Login Screen
Steve Knowles
Posts: 657
Top 10 forum poster: 657 posts
 
Custom Login ScreenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 May 08 12:50 PM
I have a custom login screen, but am unsure how to set it as the default. I inherited the screen from another developer and it is housed in it's own aspx page under support files. Is it possible to set this page as the default login screen? Do I need to move it to an ascx file then house in a switchboard page under pages? Any advice appreciated. Thanks
[Reply][Quote]
Dan Carvin
Posts: 227
 
Re: Custom Login ScreenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 16 May 08 11:07 AM
What I've done is created a JPG file, leaving white space for the Username & Password, and uploaded the file to SupportFiles\images\icons in AA.

Next I opened the Login.aspx file and edited the backgound image line (Line 7) to use my file instead of the default splashscreen file.

Rebuild & Deploy.
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Custom Login ScreenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 May 08 3:44 PM
To change the page used for the Login, open the Web.config file and locate the following section:

<authentication mode="Forms">

Inside of that section you'll see the following:

<forms loginUrl="Login.aspx" protection="All" timeout="30" name=".SLXAUTH" path="/" defaultUrl="default.aspx" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" enableCrossAppRedirects="true"/>

Add your custom login page to the root of the site (in the support files so it gets deployed out) and then change the "loginUrl" attribute in the line about to point to the name of your custom login page. You'll have to test things to make sure this doesn't cause other problems, but from looking at the OOTB login.aspx page, looks like it would work just fine.

-Ryan
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 2/22/2025 11:28:09 PM