Actions
New Function #22
closed[ADMIN] Login/Common
Description
1.ADMIN login
1) logic
a) check login user
- DB: st_user
- conditions:
id = {login id}
auth IN ('AU00','AU01') AND user_status = 'US01'
b) after login
- UPDATE st_user.last_login_date
Updated by bryant bryant almost 2 years ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park almost 2 years ago
[ADMIN Login]
1.after login, move to dashboard page (/main) by default
2.dashboard page (/main)
- common layout(heder/left/bottom) and content area (empty)
Updated by Deca Park almost 2 years ago
1.ADMIN > left menu
- display menu_icon before menu_name
- if any menu is opened, close opened other menu automatically like CYBER ADMIN
Actions