Frontend Page (Logged-In Function)



Frontend Page (Logged-In Function) have been develop for Dynaweb 4 for basic manage user profile (logged-in section) for front page such as user register, login, reset password, dashboard, view profile, update profile, change password and logout. 

This module compatible for Dynaweb4 Version 1.4 (Release on 06 July 2021) and below only

Modules Features

  • User registration
  • User login
  • Reset password (Forgot Password)
  • Dashboard
  • View profile
  • Update profile
  • Change password
  • Logout

Installation Instruction

1. Importing table into database

Import table inside folder database into your database. If the table already exists, please rename the current table as backup so you will not lose your current data.


2. Setting up theme assets

Copy and paste folder minible into www/assets/


3. Module frontend user

Make sure your CMS have module Frontend Users (Extended)


4. Setting email (for reset password function)

- Copy & paste file EmailModule.php into common\components\EmailModule.php

- Add this coding at common\config\main-default.php inside components array

'emailModule' => [ 'class' => 'common\components\EmailModule',],


5. Configure login session

- Update coding at file frontend\config\main.php (line 24)

 'user' => [ 'identityClass' => 'common\models\FrontendUser',  'enableAutoLogin' => true,  ],

- Update coding at file common\models\FrontendUser.php (line 36) 

const STATUS_ACTIVE = 1;


6. Frontpage now ready to use !


To manage frontend user go to www/admin/fruserdynav2/frontend-user/index

To manage frontend menu go to www/admin/menu/frontend/index

To manage translation go to admin/i18n/dmg-i18n/index

Download Now
Category
Frontend
Total Downloads
3 downloads
Last Update
07 July 2021
Created on
07 July 2021
Develop by
Anne
Compatible With
Dynaweb4 Version 1.4
List of all releases

Current version
Version 1.0 (Release on 07 July 2021)
First version of modules
Download