Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Saturday, February 22, 2025
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
2/22/2025 10:56:28 PM
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 Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: Custom Login Screen
Steve Knowles
Posts: 657
Custom Login Screen
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 Screen
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
Re: Custom Login Screen
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
|
page cache (param): 2/22/2025 11:28:09 PM