Project

General

Profile

Task #191

Updated by Varsha N about 1 month ago

Enterprise Login Monitoring: 
 Task: 
 Implement enterprise login control by adding a new column `is_active` to the `enterprise_master` table with a default value of 0 during registration. When a new enterprise registers, the account should remain inactive by default, and any login attempt from such accounts should be blocked with the message:“To activate your enterprise please message:“Your account is not yet activated. Please contact 7994015932.” the VETSLAB admin for access.”    Ensure that once `is_active` is updated to 1 by admin, the enterprise can successfully log in, and validate this flow through proper testing and edge case handling.

Back