Code

Discussion on WebGuard - Advanced PHP Login and User Management

Discussion on WebGuard - Advanced PHP Login and User Management

Cart 321 sales
Recently Updated

eduardofiorini supports this item

Supported

This author's response time can be up to 5 business days.

164 comments found.

Hi, Can someone get back to me on support? I’m having an issue running the script, I keep getting a “whoops!” page.

I’ve tried changing the PHP versions and seeing if there are any error logs via error_log file, and there’s nothing that could shed some light on my issue.

Hello, your ticket has already been answered, please login to the dashboard and check.

Thanks mate, that sorted it.

Email does not work on PHP greater than 8.0, how to fix?

Hello, try using version 7.4 we will check and fix for versions above 8.0, thanks for reporting the error.

Do you have a link to the theme used? I want to see what is available for use while working with it.

Thanks! The login page etc looks much different have you edited the design?

Yes, I adjusted some things

Any update on when 1.3 will be released?

I think before you do any updates some good quality documentation on how it works so for those who wish to use this as a springboard for their project you don’t have to spend a day or more working out how it works! Like the permissions system as an example.

For this reason we are launching version 1.3 precisely to facilitate the creation of new resources using HMVC, the creation of menus will be manageable and we are improving the documentation.

Please don’t go down the HMVC route. It’s an awful way of doing this. Bought the script as it looked to be ideal as a jumping point as it stuck to the base CI ways of working allowing faster development. 1.3 sounds like a HUGE step backwards in that regards. I would scrap what you have done for 1.3, write some documentation on how it works currently and you will have an amazing product! If you really want a HMVC version sell it as its own thing.

HMVC was implemented only for creating addons, the main structure will be maintained directly in the main code, this structure will not change. Allowed to join development in the main layer or in the addons layer.

Why am I hiting on this message after installation ? : Whoops! We seem to have hit a snag. Please try again later…

Hello Xemmex, could you please open a new ticket and send your screenshots so we can help you.
https://support.eduardofiorini.com
Thanks :)

Im facing security issues on my website and im looking for something like this, a login/signup secured system, is there anyway to integrate it on my php website? Do you offer custom work for this?

We currently do not offer customization work due to lack of time. The system has an API that allows you to validate and add new users, you can use it to integrate into your system, you will need a developer to assist you in this integration.
Thanks :)

Is nginx supported? Can you help me install this script on my server?

The script is set to run on Apache, but the framework supports Nginx, just look at the documentation below.
https://codeigniter4.github.io/userguide/installation/running.html

ricocanada88 ricocanada88

about 2 months ago Flag hii can i know what is you next update?

eduardofiorini eduardofiorini AUTHOR

about 2 months ago Flag Hi, I want to see if I release at the end of November

Hello Uorn, we had a setback in the development of version 1.3, we are finalizing it and we want to release it by the end of the month.

Ok, can you tell me what’s new in version 1.3?

A lot of adjustments in the structure, one of the most impactful will be the HMVC allowing the use of modules and creation of modules by third parties.

Any chance this app will support ldap/azure login?

Hi Steven,
We may create as an addon in future versions.

any possible timeline? looking for this feature for a project

Hi Steve, we don’t have a timeline for version 1.4 yet, we are finalizing version 1.3 and want to release by the end of the month.

Hello there,

Does the application has session timeout? If so, where can I adjust it?

Hello,
There is no countdown to session death.
But it’s an interesting suggestion to include in future updates.

Thank you.

Can you assist with some customization? If not, can you suggest someone?

Hello,
We do not support customization due to lack of time and our team is very small. I suggest you hire a freelancer with experience in PHP with CodeIgniter 4 framework.
Thanks :)

Hello there,

I just purchased and installed the application and I’m not seeing the login page.

It’s directing me to http://localhost/login but I do have a context root (adminportal).

When I add the adminportal it gets to the login page but the css and images are not loading.

http://localhost/adminportal/login
Hello,
Local installation needs to be created on a virtual host.
In the documentation there is a step by step on how to install locally and how to configure a virtual host in WampServer or Xampp.

Any questions can open a new ticket at:
https://support.eduardofiorini.com/

Thank you for the quick response. I updated the baseURL with the context root and it’s up.

How do you add custom pages through the code? Also direct dashboard to custom index

Hello,
The documentation shows a step by step on how to create a CRUD, how to use the API and a brief training on CodeIgniter 4.
Any questions open a new ticket at:
https://support.eduardofiorini.com/
Thanks :)

how to create theme

Hello,
It currently has only one theme, in future versions we will include more themes.
If you want to create your own theme, you can duplicate the focus2 folder in the path ”..\ci4\app\Views\themes\backend\focus2”.
Eg:
https://prnt.sc/ZRzg_f4yIRwN
After duplicating you can adjust all the html with your new template.
And so you can view it in the application, just change the .env file
Eg:
https://prnt.sc/zibJJqiaZ0d0

hi, i want to know if i can use it for the portal i want to create, here is my script.

does it allow me to create pages?

If yes, can I place user restrictions on these pages?

thanks

Hello, you can use WebGuard as the basis of your system, it’s important to have knowledge of PHP and the CodeIgniter 4 framework. At the moment it doesn’t have the creation of CRUD or pages directly through the panel just by code. When creating a new controller, it automatically adds the tool’s permissions list.

hii can i know what is you next update?

Hi,
I want to see if I release at the end of November

I am looking for a script that I can add to an existing website that has the ability to allow/deny access to pages based on their role. I saw and read the installation guide, but how do you use the program?

Hi gr8graphix,
The project can be used in two ways.
1st – As an initial project, in order to build another project on top, saving several hours of development.
Or
2nd – Manage your users by being able to integrate with your existing website through the WebGuard API.

Any questions can open a ticket in our support:
https://support.eduardofiorini.com/

Thanks

Where can I set that a new user is inactive instead of active when registering?

Thank you and best regards

Hi Marcus2412,
It has some configuration options on the panel, such as defining the user’s default permission group, but this part of defining whether it starts the active or inactive registration is not in the settings, I can include it in the future version. But I will show you how to change the source code of this version. To change it is very simple, just open the controller “Login.php” and change in line 392 to false instead of true.

https://prnt.sc/c_lTP4Z7nquk

Hi, when is version 1.3 expected to be released? Thanks a lot

Hello, it was supposed to be released in August, we had some internal problems, we are resuming the development of version 1.3 and soon we should release this version, wait, thank you :)

Thanks for the answer. Is it possibile to have the approximatively changelog of this version? I’ve to convert a ci3 project to ci4 and your code is a good way to start with

Please open a ticket and I’ll send you a changelog for the next version.
https://support.eduardofiorini.com/
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey