Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Login page
-
- Posts: 114
- Joined: Sun Sep 29, 2019 12:40 pm
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: Login page
Yes, edit nuconfig.php, uncomment the variable $nuWelcomeBodyInnerHTML and add your html there.
This allows you to customize your login page. Example:
This allows you to customize your login page. Example:
You do not have the required permissions to view the files attached to this post.
-
- Posts: 114
- Joined: Sun Sep 29, 2019 12:40 pm
Re: Login page
Thanks Kevin
Will try that tomorrow
Sorted - Thanks
Will try that tomorrow
Sorted - Thanks
Last edited by GlenMcCabe on Mon Aug 24, 2020 10:43 pm, edited 1 time in total.
-
- Posts: 4
- Joined: Mon Aug 24, 2020 11:16 am
Re: Login page
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!
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!
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: Login page
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
There is no "Forgot Password" feature in nuBuilder.
This article shows how to implement such a functionality:
https://github.com/smalos/nubuilder-password-recovery
-
- Posts: 4
- Joined: Mon Aug 24, 2020 11:16 am
Re: Login page
Thanks kev1n for fast reply and offering me the solution. I will test it and post my testing result here later.