mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove disclaimer for migration
This commit is contained in:
parent
ad3d8786d6
commit
1de4625d01
2 changed files with 0 additions and 5 deletions
|
@ -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",
|
||||||
|
|
|
@ -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")
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue