[refactor] remove username field and let instance_name be the only AP Actor
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
},
|
||||
"admin_register": {
|
||||
"subject": "New registration",
|
||||
"content": "{{user.username}} has requested registration on {{config.title}}: <br/><pre>{{user.description}}</pre><br/> Confirm it <a href='{{config.baseurl}}/admin'>here</a>."
|
||||
"content": "{{user.email}} has requested registration on {{config.title}}: <br/><pre>{{user.description}}</pre><br/> Confirm it <a href='{{config.baseurl}}/admin'>here</a>."
|
||||
}
|
||||
}
|
||||
@@ -17,6 +17,6 @@
|
||||
},
|
||||
"admin_register":{
|
||||
"subject": "Nuova registrazione",
|
||||
"content": "{{user.username}} si è registrato/a a {{config.title}} scrivendo:<br/><pre>{{user.description}}</pre><br/> Puoi confermarlo <a href='{{config.baseurl}}/admin'>qui</a>."
|
||||
"content": "{{user.email}} si è registrato/a a {{config.title}} scrivendo:<br/><pre>{{user.description}}</pre><br/> Puoi confermarlo <a href='{{config.baseurl}}/admin'>qui</a>."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
"disable": "Deshabilita",
|
||||
"me": "Sos tú",
|
||||
"password_updated": "Contraseña actualizada!",
|
||||
"username": "Nickname",
|
||||
"comments": "ningún comentario|un comentario|{n} comentarios"
|
||||
},
|
||||
"login": {
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
"disable": "Disabilita",
|
||||
"me": "Sei te",
|
||||
"password_updated": "Password modificata!",
|
||||
"username": "Nomignolo",
|
||||
"activate_user": "Confermato",
|
||||
"displayname": "Nome mostrato",
|
||||
"federation": "Federazione",
|
||||
|
||||
Reference in New Issue
Block a user