seitime-frappe/frappe/patches/v13_0/increase_password_length.py
Suraj Shetty c0c5b2ebdd
style: format all python files using black (#16453)
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30

5 lines
103 B
Python

import frappe
def execute():
frappe.db.change_column_type("__Auth", column="password", type="TEXT")