Development
This commit is contained in:
parent
1beb660be1
commit
025adb9f15
4 changed files with 15 additions and 7 deletions
|
|
@ -68,6 +68,7 @@ def form_login():
|
|||
session.clear()
|
||||
session['account_id'] = account['account_id']
|
||||
session['tz_offset_seconds'] = settings.get_host_utc_offset()
|
||||
session['timezone'] = settings.get_host_timezone()
|
||||
session['apply_changes_immediately'] = False
|
||||
session.permanent = True
|
||||
|
||||
|
|
|
|||
|
|
@ -81,13 +81,6 @@
|
|||
"method": "post",
|
||||
"items": [
|
||||
{"type": "hidden", "name": "row_index", "value": ""},
|
||||
{
|
||||
"type": "field",
|
||||
"label": "Email Address",
|
||||
"name": "email_address_display",
|
||||
"input_type": "text",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"label": "Access Level",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue