Merge branch 'staging-fixes' into staging

This commit is contained in:
Ameya Shenoy 2018-10-04 14:05:51 +00:00
commit d3a7399d9e
No known key found for this signature in database
GPG key ID: AC016A555657D0A3
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ source_link = "https://github.com/frappe/frappe"
app_license = "MIT"
develop_version = '11.x.x-develop'
staging_version = '11.0.3-beta.1'
staging_version = '11.0.3-beta.2'
app_email = "info@frappe.io"

View file

@ -29,4 +29,5 @@ def execute():
if cint(doc.allow_consecutive_login_attempts) <= 3:
doc.allow_consecutive_login_attempts = 3
doc.flags.ignore_mandatory = True
doc.save()