Project

General

Profile

BUG #2524

Updated by Md. Abdul Hamid 10 months ago

After creating a new user, user and giving permission to login, attempting to log out does not work. The logout action does not trigger any response, and the user remains logged in. This could be related to session handling or browser caching. 

 ### Steps to Reproduce: 

 * Log in as an administrator. 
 * Create a new user. 
 * After the user is created, click on the "Logout" button.

Back