Difference between revisions of "Custom Reseller Login page LOGO"
m |
|||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<!---This functionality is available from MOR 9---> | |||
=Description= | |||
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: | |||
Website address is taken from file: | |||
/home/mor/config/environment.rb | |||
Line: | |||
Web_URL = | |||
<br><br> | |||
[[File:Reseller_settings_home_page_url.png]] | [[File:Reseller_settings_home_page_url.png]] | ||
<br><br> | |||
=Usage= | |||
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 | |||
[[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= | |||
* [[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 =
Usage
When reseller's user enters the customized URL or logs in to his GUI he sees reseller's custom logo:
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.