Project

General

Profile

Task #11549

Updated by Ondrej Grman almost 2 years ago

- db table **ue_settings** ** ue_settings** 
  * id (uuid), 
  * name (nullable), 
  * type (tinyint(1)) with default value 0 
  * criteria (jsonb), 
  * active (bool), 
  * timestamps 

 - in **UELogin@validateAccess** loop for all active records from db and check if any criteria are matching

Back