Remove disclaimer for migration

This commit is contained in:
Josué Tille 2018-12-28 10:12:08 +01:00
parent ad3d8786d6
commit 1de4625d01
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D
2 changed files with 0 additions and 5 deletions

View file

@ -334,7 +334,6 @@
"migration_0008_warning": "If you understand those warnings and agree to let YunoHost override your current configuration, run the migration. Otherwise, you can also skip the migration - though it is not recommended.", "migration_0008_warning": "If you understand those warnings and agree to let YunoHost override your current configuration, run the migration. Otherwise, you can also skip the migration - though it is not recommended.",
"migration_0008_no_warning": "No major risk has been indentified about overriding your SSH configuration - but we can't be absolutely sure ;)! If you agree to let YunoHost override your current configuration, run the migration. Otherwise, you can also skip the migration - though it is not recommended.", "migration_0008_no_warning": "No major risk has been indentified about overriding your SSH configuration - but we can't be absolutely sure ;)! If you agree to let YunoHost override your current configuration, run the migration. Otherwise, you can also skip the migration - though it is not recommended.",
"migration_0009_create_group": "Create group for each user.", "migration_0009_create_group": "Create group for each user.",
"migration_0009_disclaimer": "Your LDAP schema will be updated and your LDAP database will be updated",
"migration_0009_done": "Migration sucess. You are now able to use groups of user.", "migration_0009_done": "Migration sucess. You are now able to use groups of user.",
"migration_0009_migrate_permission": "Migrate permission from apps settings to LDAP", "migration_0009_migrate_permission": "Migrate permission from apps settings to LDAP",
"migration_0009_update_LDAP_database": "Update LDAP database for groups and permission support", "migration_0009_update_LDAP_database": "Update LDAP database for groups and permission support",

View file

@ -107,7 +107,3 @@ class MyMigration(Migration):
permission_sync_to_user(auth) permission_sync_to_user(auth)
logger.info(m18n.n("migration_0009_done")) logger.info(m18n.n("migration_0009_done"))
@property
def disclaimer(self):
return m18n.n("migration_0009_disclaimer")