It is a Login and Registration system configured with SMTP. Unique tokens are also being initialized for the forgot password feature. Submenu Management is included by using BootStrap templates. MVC framework has also been applied (Model, View, Controller).
-
Install WAMP for MySQL server.
-
Import wpu_login.sql to phpMyAdmin.
-
Run the program using local host in default browser.
-
Please take note that Port 3308 is being used within the config folder.
-
Base url for this project : $config['base_url'] = 'http://localhost/wpu-login/';