Difference between revisions of "Custom Reseller Login page LOGO"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
''This option is available starting from [[MOR_9_documentation | MOR 9]]''
<!---This functionality is available from MOR 9--->
=Description=


=What is a Custom Reseller Login page LOGO?=
Custom Reseller Login page LOGO lets [[Reseller_Addon | reseller]] to use a custom logo for him and his users GUI, also in login page.
<br><br>
=Configuration=
 
To use this feature reseller's user must use a '''specially created website address, later we will call it "URL"'''. URL has the following format:  http://your_website_address/billing/callc/login/qg2audn8qa, where qg2audn8qa is a unique string for each reseller. Each reseller can find this unique address in his '''MAIN MENU –> Settings''' menu '''Global''' tab:


This feature lets [[Reseller_Addon | reseller]] to use a login page with a custom logo for his users.
Website address is taken from file:


=How to use this feature?=
/home/mor/config/environment.rb


To use this feature reseller's user must use a '''specially created website address, later we will call it "URL"'''. URL has the following format:  http://your_website_address/billing/callc/login/qg2audn8qa, where qg2audn8qa is a unique string for each reseller. Each reseller can find this unique address in his '''Settings''' menu '''Global''' tab:
Line:


Web_URL =
<br><br>
<br><br>
[[File:Reseller_settings_home_page_url.png]]
[[File:Reseller_settings_home_page_url.png]]
<br><br>
<br><br>
=Usage=


=Result=
When reseller's user enters the customized URL or logs in to his GUI he sees reseller's custom logo:
 
<br><br>
When reseller's user enters the customized URL he sees reseller's [[ Logo_change | custom logo]]:
 
 
[[File:Reseller_custom_login_page.png]]
[[File:Reseller_custom_login_page.png]]
<br><br>
'''NOTE''' that when a reseller logs out he gets into admin's login page with admin's logo, because reseller is admin's user. Reseller's users after Logout gets into reseller's login page with reseller's custom LOGO.
<br><br>
=See also=


=Other Notes=
* When a reseller logs out he gets into admin's login page with admin's logo, because reseller is admin's user. Reseller's users after Logout gets into reseller's login page with reseller's custom LOGO.
=See also=
* [[Logo_change | How to change a logo?]]
* [[Logo_change | How to change a logo?]]
* [[Reseller_Addon | What is a Reseller addon?]]
* [[Reseller_Addon | What is a Reseller addon?]]
* [[Global Settings]]
* [[Configuration from GUI]]
* [[Redirect one URL to another URL]]

Latest revision as of 10:38, 20 October 2020

Description

Custom Reseller Login page LOGO lets reseller to use a custom logo for him and his users GUI, also in login page.

Configuration

To use this feature reseller's user must use a specially created website address, later we will call it "URL". URL has the following format: http://your_website_address/billing/callc/login/qg2audn8qa, where qg2audn8qa is a unique string for each reseller. Each reseller can find this unique address in his MAIN MENU –> Settings menu Global tab:

Website address is taken from file:

/home/mor/config/environment.rb

Line:

Web_URL =



Reseller settings home page url.png

Usage

When reseller's user enters the customized URL or logs in to his GUI he sees reseller's custom logo:

Reseller custom login page.png

NOTE that when a reseller logs out he gets into admin's login page with admin's logo, because reseller is admin's user. Reseller's users after Logout gets into reseller's login page with reseller's custom LOGO.

See also