Page 1 of 1
Login page
Posted: Wed Aug 19, 2020 2:19 pm
by GlenMcCabe
Can I add images and text to the login page background.
Re: Login page
Posted: Wed Aug 19, 2020 3:28 pm
by kev1n
Yes, edit nuconfig.php, uncomment the variable $nuWelcomeBodyInnerHTML and add your html there.
This allows you to customize your login page. Example:
Re: Login page
Posted: Wed Aug 19, 2020 5:20 pm
by GlenMcCabe
Thanks Kevin
Will try that tomorrow
Sorted - Thanks
Re: Login page
Posted: Mon Aug 24, 2020 11:31 am
by david2929
Hi,
I am new to nuBuilder. Please forgive me for asking a stupid question. How can I have the "forgot the UserName / Password" and "New User" enabled?
Do I have to do some coding? I can add the html code in nuconfig.php. But I can not find the APIs process the features. My screen is attached.
I am using nuBuilder v4. Have been struggling a few days. Thanks in advance!
Re: Login page
Posted: Mon Aug 24, 2020 12:00 pm
by kev1n
Hi,
There is no "Forgot Password" feature in nuBuilder.
This article shows how to implement such a functionality:
https://github.com/smalos/nubuilder-password-recovery
Re: Login page
Posted: Tue Aug 25, 2020 3:14 pm
by david2929
Thanks kev1n for fast reply and offering me the solution. I will test it and post my testing result here later.