Public Access
91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{
|
|
"version": "5.6",
|
|
"module": "res",
|
|
"files": [
|
|
{
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py",
|
|
"class": "User",
|
|
"method": "__register__",
|
|
"line": 195,
|
|
"operations": [
|
|
{
|
|
"object": "cursor",
|
|
"operation": "execute",
|
|
"tables": [
|
|
"res_user"
|
|
],
|
|
"line": 205,
|
|
"args": [
|
|
"*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])"
|
|
],
|
|
"kwargs": {},
|
|
"code": "cursor.execute(*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new]))",
|
|
"phase": "after_super",
|
|
"condition": "table.column_exist('password') and table.column_exist('salt')"
|
|
},
|
|
{
|
|
"object": "sqltable",
|
|
"operation": "update",
|
|
"tables": [
|
|
"res_user"
|
|
],
|
|
"line": 205,
|
|
"args": [],
|
|
"kwargs": {
|
|
"columns": "[sqltable.password_hash]",
|
|
"values": "[password_hash_new]"
|
|
},
|
|
"code": "sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])",
|
|
"phase": "after_super",
|
|
"condition": "table.column_exist('password') and table.column_exist('salt')"
|
|
},
|
|
{
|
|
"object": "table",
|
|
"operation": "drop_column",
|
|
"tables": [
|
|
"res_user"
|
|
],
|
|
"line": 208,
|
|
"args": [
|
|
"'password'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table.drop_column('password')",
|
|
"phase": "after_super",
|
|
"condition": "table.column_exist('password') and table.column_exist('salt')"
|
|
},
|
|
{
|
|
"object": "table",
|
|
"operation": "drop_column",
|
|
"tables": [
|
|
"res_user"
|
|
],
|
|
"line": 209,
|
|
"args": [
|
|
"'salt'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table.drop_column('salt')",
|
|
"phase": "after_super",
|
|
"condition": "table.column_exist('password') and table.column_exist('salt')"
|
|
},
|
|
{
|
|
"object": "table",
|
|
"operation": "not_null_action",
|
|
"tables": [
|
|
"res_user"
|
|
],
|
|
"line": 212,
|
|
"args": [
|
|
"'name'"
|
|
],
|
|
"kwargs": {
|
|
"action": "'remove'"
|
|
},
|
|
"code": "table.not_null_action('name', action='remove')",
|
|
"phase": "after_super"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |