Various bug fixes. Improvements to the security. Now with super and manager and others.
This commit is contained in:
@@ -68,9 +68,17 @@ export let ae_app_local_data_struct: key_val = {
|
||||
header_image_path: null,
|
||||
},
|
||||
|
||||
'page_access_code_li': {'administrator': '11500', 'trusted': '19111', 'authenticated': '00000'},
|
||||
'administrator_passcode': '11500',
|
||||
'trusted_passcode': '19111',
|
||||
'page_access_code_li': {
|
||||
'manager': '10240',
|
||||
'administrator': '11500',
|
||||
'trusted': '19111',
|
||||
'public': 'public1980',
|
||||
'authenticated': 'auth1980'
|
||||
},
|
||||
// 'manager_passcode': '10240',
|
||||
// 'administrator_passcode': '11500',
|
||||
// 'trusted_passcode': '19111',
|
||||
// 'authenticated_passcode': 'auth2024',
|
||||
|
||||
'access_type': 'anonymous',
|
||||
'administrator_access': false,
|
||||
|
||||
Reference in New Issue
Block a user