mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-02 18:00:47 +00:00
parent
9a45069c1e
commit
ac84f52513
3 changed files with 186 additions and 129 deletions
|
@ -293,4 +293,78 @@ return [
|
||||||
'safetyTipsVisilityContent' => 'You can limit the visibility of your content to specific people, followers, public and more.',
|
'safetyTipsVisilityContent' => 'You can limit the visibility of your content to specific people, followers, public and more.',
|
||||||
'safetyTipsPostsPrivacy' => 'Make your account or posts private',
|
'safetyTipsPostsPrivacy' => 'Make your account or posts private',
|
||||||
'safetyTipsPostsPrivacyContent' => 'You can make your account private and vet new follow requests to control who your posts are shared with.',
|
'safetyTipsPostsPrivacyContent' => 'You can make your account private and vet new follow requests to control who your posts are shared with.',
|
||||||
|
|
||||||
|
'profieleTitle' => 'Your Profile',
|
||||||
|
'profileEdit' => "Edit",
|
||||||
|
"profileEditBioAsk" => 'How do I edit my bio, name, email, or password?',
|
||||||
|
'profileEditBioAnswer' => '<div>
|
||||||
|
To edit your account using a web browser:
|
||||||
|
<ol class="">
|
||||||
|
<li>Go to <a href="'.route('settings').'">'.route('settings').'</a>.</li>
|
||||||
|
<li>You should see the <span class="font-weight-bold">Name</span>, <span class="font-weight-bold">Website</span>, and <span class="font-weight-bold">Bio</span> fields.</li>
|
||||||
|
<li>Change the desired fields, and then click the <span class="font-weight-bold">Submit</span> button.</li>
|
||||||
|
</ol>
|
||||||
|
</div>',
|
||||||
|
'profileEditUpdateUsernameAsk' => ' Why can\'t I update my username?',
|
||||||
|
'profileEditUpdateUsernameAnswer' => ' <div>
|
||||||
|
Pixelfed is a federated application, changing your username is not supported in every <a href="https://en.wikipedia.org/wiki/Federated_architecture">federated software</a> so we cannot allow username changes. Your best option is to create a new account with your desired username.
|
||||||
|
</div>',
|
||||||
|
'profilePrivacyTitle' => 'Privacy',
|
||||||
|
'profilePrivacyAsk' => 'How do I set my photos and videos to private so that only approved followers can see them?',
|
||||||
|
'profilePrivacyAnswer' => '<div>
|
||||||
|
To change your account visibility:
|
||||||
|
<ol class="">
|
||||||
|
<li>Go to <a href="'.route('settings.privacy').'">'.route('settings.privacy').'</a>.</li>
|
||||||
|
<li>Check the <span class="font-weight-bold">Private Account</span> checkbox.</li>
|
||||||
|
<li>The confirmation modal will popup and ask you if you want to keep existing followers and disable new follow requests</li>
|
||||||
|
<li>Click the <span class="font-weight-bold">Submit</span> button.</li>
|
||||||
|
</ol>
|
||||||
|
</div>',
|
||||||
|
'profileSecurityTitle' => 'Security',
|
||||||
|
'profileSecurityHowSecureAsk' => 'How can I secure my account?',
|
||||||
|
'profileSecurityHowSecureAnswer' => '<div>
|
||||||
|
Here are some recommendations to keep your account secure:
|
||||||
|
<ul class="">
|
||||||
|
<li>Pick a strong password, don\'t re-use it on other websites</li>
|
||||||
|
<li>Never share your password</li>
|
||||||
|
<li>Remember to log out on public computers or devices</li>
|
||||||
|
<li>Periodically check your <a href="'.route('settings.security').'">Account Log</a> for any suspicious activity</li>
|
||||||
|
<li><a href="'.route('settings.security.2fa.setup').'">Setup Two Factor Authentication</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>',
|
||||||
|
'profileSecurityHowAddSecurityAsk' => 'How can I add additional protection to my account?',
|
||||||
|
'profileSecurityHowAddSecurityAnswer' => '<div>
|
||||||
|
You can add an additional layer of security to your account by enabling <span class="font-weight-bold">Two Factor Authentication</span>. For more information, check your <a href="'.route('settings.security').'">security settings</a>.
|
||||||
|
</div>',
|
||||||
|
'profileSecurityHowReportUnauthorizedAsk' => 'How do I report unauthorized use of my account?',
|
||||||
|
'profileSecurityHowReportUnauthorizedAnswer' => ' Please contact the administrators of this instance.',
|
||||||
|
'profileMigrarionTitle' => 'Migration',
|
||||||
|
'profileMigrarionHowMigrateAsk' => 'How can I migrate my account?',
|
||||||
|
'profileMigrarionHowMigrateAnswer' => '<div>
|
||||||
|
To migrate your account successfully, your old account must be on a Pixelfed or Mastodon server, or one that supports the Mastodon Account Migration <a href="https://docs.joinmastodon.org/spec/activitypub/#Move">extension</a>.
|
||||||
|
<hr>
|
||||||
|
<p>Navigate to the <a href="/settings/account/aliases/manage">Account Aliases</a> page in the Settings to begin.</p>
|
||||||
|
</div>',
|
||||||
|
'profileMigrationHowLongAsk' => 'How long does the migration take?',
|
||||||
|
'profileMigrationHowLongAnswer' => 'It can take a few hours to process post migration imports, please contact admins if it takes longer than 24 hours.',
|
||||||
|
'profileMigrationWhyPostNotAsk' => 'Why are my posts not migrated?',
|
||||||
|
'profileMigrationWhyPostNotAnswer' => '<div>
|
||||||
|
Post migrations are officially supported on Pixelfed servers running v0.11.9+ and higher, and when enabled by server admins.
|
||||||
|
<hr>
|
||||||
|
It can take a few hours to process post migration imports, please contact admins if it takes longer than 24 hours.
|
||||||
|
</div>',
|
||||||
|
|
||||||
|
'profileDeleteTitle' => 'Delete Your Account',
|
||||||
|
'profileDeleteTemporaryAsk' => 'How do I temporarily disable my account?',
|
||||||
|
'profileDeleteTemporaryAnswer' => '<div>
|
||||||
|
<p>If you temporarily disable your account, your profile, photos, comments and likes will be hidden until you reactivate it by logging back in. To temporarily disable your account:</p>
|
||||||
|
<ol class="">
|
||||||
|
<li>Log into <a href="'.config('app.url').'">'.config('pixelfed.domain.app').'</a></li>
|
||||||
|
<li>Tap or click the <i class="far fa-user text-dark"></i> menu and select <span class="font-weight-bold text-dark"><i class="fas fa-cog pr-1"></i> Settings</span></li>
|
||||||
|
<li>Navigate to the <a href="'.route('settings.security').'">Security Settings</a></li>
|
||||||
|
<li>Confirm your account password.</li>
|
||||||
|
<li>Scroll down to the Danger Zone section and click on the <span class="btn btn-sm btn-outline-danger py-1 font-weight-bold">Disable</span> button.</li>
|
||||||
|
<li>Follow the instructions on the next page.</li>
|
||||||
|
</ol>
|
||||||
|
</div>',
|
||||||
];
|
];
|
||||||
|
|
|
@ -273,5 +273,77 @@ return [
|
||||||
'safetyTipsPostsPrivacy' => 'Torne sua conta ou postagens privadas',
|
'safetyTipsPostsPrivacy' => 'Torne sua conta ou postagens privadas',
|
||||||
'safetyTipsPostsPrivacyContent' => 'Você pode tornar sua conta privada e verificar novas solicitações de seguidores para controlar com quem suas postagens são compartilhadas.',
|
'safetyTipsPostsPrivacyContent' => 'Você pode tornar sua conta privada e verificar novas solicitações de seguidores para controlar com quem suas postagens são compartilhadas.',
|
||||||
|
|
||||||
|
'profieleTitle' => 'Seu Perfil',
|
||||||
|
'profileEdit' => 'Editar',
|
||||||
|
'profileEditBioAsk' => 'Como edito minha biografia, nome, e-mail ou senha?',
|
||||||
|
'profileEditBioAnswer' => '<div>
|
||||||
|
Para editar sua conta usando um navegador web:
|
||||||
|
<ol class="">
|
||||||
|
<li>Vá para <a href="'.route('settings').'">'.route('settings').'</a>.</li>
|
||||||
|
<li>Você deve ver os campos <span class="font-weight-bold">Nome</span>, <span class="font-weight-bold">Website</span> e <span class="font-weight-bold">Bio</span>.</li>
|
||||||
|
<li>Altere os campos desejados e clique no botão <span class="font-weight-bold">Enviar</span>.</li>
|
||||||
|
</ol>
|
||||||
|
</div>',
|
||||||
|
'profileEditUpdateUsernameAsk' => 'Por que não consigo alterar meu nome de usuário?',
|
||||||
|
'profileEditUpdateUsernameAnswer' => '<div>
|
||||||
|
Pixelfed é um aplicativo federado, alterar seu nome de usuário não é suportado em todos os <a href="https://en.wikipedia.org/wiki/Federated_architecture">softwares federados</a>, portanto, não podemos permitir alterações de nome de usuário. Sua melhor opção é criar uma nova conta com o nome de usuário desejado.
|
||||||
|
</div>',
|
||||||
|
'profilePrivacyTitle' => 'Privacidade',
|
||||||
|
'profilePrivacyAsk' => 'Como faço para definir minhas fotos e vídeos como privados para que apenas seguidores aprovados possam vê-los?',
|
||||||
|
'profilePrivacyAnswer' => '<div>
|
||||||
|
Para alterar a visibilidade da sua conta:
|
||||||
|
<ol class="">
|
||||||
|
<li>Vá para <a href="'.route('settings.privacy').'">'.route('settings.privacy').'</a>.</li>
|
||||||
|
<li>Marque a caixa de seleção <span class="font-weight-bold">Conta Privada</span>.</li>
|
||||||
|
<li>O modal de confirmação aparecerá e perguntará se você deseja manter os seguidores existentes e desativar novas solicitações de seguidores.</li>
|
||||||
|
<li>Clique no botão <span class="font-weight-bold">Enviar</span>.</li>
|
||||||
|
</ol>
|
||||||
|
</div>',
|
||||||
|
'profileSecurityTitle' => 'Segurança',
|
||||||
|
'profileSecurityHowSecureAsk' => 'Como posso proteger minha conta?',
|
||||||
|
'profileSecurityHowSecureAnswer' => '<div>
|
||||||
|
Aqui estão algumas recomendações para manter sua conta segura:
|
||||||
|
<ul class="">
|
||||||
|
<li>Escolha uma senha forte, não a reutilize em outros sites</li>
|
||||||
|
<li>Nunca compartilhe sua senha</li>
|
||||||
|
<li>Lembre-se de sair em computadores ou dispositivos públicos</li>
|
||||||
|
<li>Verifique periodicamente seu <a href="'.route('settings.security').'">Registro de Conta</a> para qualquer atividade suspeita</li>
|
||||||
|
<li><a href="'.route('settings.security.2fa.setup').'">Configurar Autenticação de Dois Fatores</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>',
|
||||||
|
'profileSecurityHowAddSecurityAsk' => 'Como posso adicionar proteção adicional à minha conta?',
|
||||||
|
'profileSecurityHowAddSecurityAnswer' => '<div>
|
||||||
|
Você pode adicionar uma camada adicional de segurança à sua conta ativando a <span class="font-weight-bold">Autenticação de Dois Fatores</span>. Para mais informações, verifique suas <a href="'.route('settings.security').'">configurações de segurança</a>.
|
||||||
|
</div>',
|
||||||
|
'profileSecurityHowReportUnauthorizedAsk' => 'Como faço para relatar o uso não autorizado da minha conta?',
|
||||||
|
'profileSecurityHowReportUnauthorizedAnswer' => 'Por favor, entre em contato com os administradores desta instância.',
|
||||||
|
'profileMigrarionTitle' => 'Migração',
|
||||||
|
'profileMigrarionHowMigrateAsk' => 'Como posso migrar minha conta?',
|
||||||
|
'profileMigrarionHowMigrateAnswer' => '<div>
|
||||||
|
Para migrar sua conta com sucesso, sua conta antiga deve estar em um servidor Pixelfed ou Mastodon, ou em um que suporte a <a href="https://docs.joinmastodon.org/spec/activitypub/#Move">extensão de Migração de Conta do Mastodon</a>.
|
||||||
|
<hr>
|
||||||
|
<p>Navegue até a página de <a href="/settings/account/aliases/manage">Gerenciamento de Apelidos de Conta</a> nas Configurações para começar.</p>
|
||||||
|
</div>',
|
||||||
|
'profileMigrationHowLongAsk' => 'Quanto tempo leva a migração?',
|
||||||
|
'profileMigrationHowLongAnswer' => 'Pode levar algumas horas para processar as importações de migração de postagens, por favor, entre em contato com os administradores se demorar mais de 24 horas.',
|
||||||
|
'profileMigrationWhyPostNotAsk' => 'Por que minhas postagens não foram migradas?',
|
||||||
|
'profileMigrationWhyPostNotAnswer' => '<div>
|
||||||
|
As migrações de postagens são oficialmente suportadas em servidores Pixelfed que executam a versão v0.11.9+ e superior, e quando habilitadas pelos administradores do servidor.
|
||||||
|
<hr>
|
||||||
|
Pode levar algumas horas para processar as importações de migração de postagens, por favor, entre em contato com os administradores se demorar mais de 24 horas.
|
||||||
|
</div>',
|
||||||
|
'profileDeleteTitle' => 'Excluir Sua Conta',
|
||||||
|
'profileDeleteTemporaryAsk' => 'Como desativo temporariamente minha conta?',
|
||||||
|
'profileDeleteTemporaryAnswer' => '<div>
|
||||||
|
<p>Se você desativar temporariamente sua conta, seu perfil, fotos, comentários e curtidas serão ocultados até que você a reative fazendo login novamente. Para desativar temporariamente sua conta:</p>
|
||||||
|
<ol class="">
|
||||||
|
<li>Faça login em <a href="'.config('app.url').'">'.config('pixelfed.domain.app').'</a></li>
|
||||||
|
<li>Toque ou clique no menu <i class="far fa-user text-dark"></i> e selecione <span class="font-weight-bold text-dark"><i class="fas fa-cog pr-1"></i> Configurações</span></li>
|
||||||
|
<li>Navegue até as <a href="'.route('settings.security').'">Configurações de Segurança</a></li>
|
||||||
|
<li>Confirme a senha da sua conta.</li>
|
||||||
|
<li>Role para baixo até a seção Zona de Perigo e clique no botão <span class="btn btn-sm btn-outline-danger py-1 font-weight-bold">Desativar</span>.</li>
|
||||||
|
<li>Siga as instruções na próxima página.</li>
|
||||||
|
</ol>
|
||||||
|
</div>',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,203 +1,114 @@
|
||||||
@extends('site.help.partial.template', ['breadcrumb'=>'Your Profile'])
|
@extends('site.help.partial.template', ['breadcrumb'=>__("helpcenter.profieleTitle") ])
|
||||||
|
|
||||||
@section('section')
|
@section('section')
|
||||||
|
|
||||||
|
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h3 class="font-weight-bold">Your Profile</h3>
|
<h3 class="font-weight-bold">{{ __("helpcenter.profieleTitle") }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="h5 text-muted ">Edit</p>
|
<p class="h5 text-muted ">{{ __("helpcenter.profileEdit") }}</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse1" role="button" aria-expanded="false" aria-controls="collapse1">
|
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse1" role="button" aria-expanded="false" aria-controls="collapse1">
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
<i class="fas fa-chevron-down mr-2"></i>
|
||||||
How do I edit my bio, name, email, or password?
|
{{ __("helpcenter.profileEditBioAsk") }}
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="collapse1">
|
<div class="collapse" id="collapse1">
|
||||||
<div>
|
{!! __("helpcenter.profileEditBioAnswer") !!}
|
||||||
To edit your account using a web browser:
|
|
||||||
<ol class="">
|
|
||||||
<li>Go to <a href="{{route('settings')}}">{{route('settings')}}</a>.</li>
|
|
||||||
<li>You should see the <span class="font-weight-bold">Name</span>, <span class="font-weight-bold">Website</span>, and <span class="font-weight-bold">Bio</span> fields.</li>
|
|
||||||
<li>Change the desired fields, and then click the <span class="font-weight-bold">Submit</span> button.</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse2" role="button" aria-expanded="false" aria-controls="collapse2">
|
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse2" role="button" aria-expanded="false" aria-controls="collapse2">
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
<i class="fas fa-chevron-down mr-2"></i>
|
||||||
Why can't I update my username?
|
{{ __("helpcenter.profileEditUpdateUsernameAsk") }}
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="collapse2">
|
<div class="collapse" id="collapse2">
|
||||||
<div>
|
{!! __("helpcenter.profileEditUpdateUsernameAnswer") !!}
|
||||||
Pixelfed is a federated application, changing your username is not supported in every <a href="https://en.wikipedia.org/wiki/Federated_architecture">federated software</a> so we cannot allow username changes. Your best option is to create a new account with your desired username.
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="h5 text-muted ">Privacy</p>
|
<p class="h5 text-muted ">{{ __('helpcenter.profilePrivacyTitle')}}</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse3" role="button" aria-expanded="false" aria-controls="collapse3">
|
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse3" role="button" aria-expanded="false" aria-controls="collapse3">
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
<i class="fas fa-chevron-down mr-2"></i>
|
||||||
How do I set my photos and videos to private so that only approved followers can see them?
|
{{ __('helpcenter.profilePrivacyAsk')}}
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="collapse3">
|
<div class="collapse" id="collapse3">
|
||||||
<div>
|
{!! __('helpcenter.profilePrivacyAnswer') !!}
|
||||||
To change your account visibility:
|
|
||||||
<ol class="">
|
|
||||||
<li>Go to <a href="{{route('settings.privacy')}}">{{route('settings.privacy')}}</a>.</li>
|
|
||||||
<li>Check the <span class="font-weight-bold">Private Account</span> checkbox.</li>
|
|
||||||
<li>The confirmation modal will popup and ask you if you want to keep existing followers and disable new follow requests</li>
|
|
||||||
<li>Click the <span class="font-weight-bold">Submit</span> button.</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
{{-- <p>
|
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse4" role="button" aria-expanded="false" aria-controls="collapse4">
|
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
|
||||||
Who can like, share or comment on my photos and videos?
|
|
||||||
</a>
|
|
||||||
<div class="collapse" id="collapse4">
|
|
||||||
<div>
|
|
||||||
It depends on the visibility of your post.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</p> --}}
|
|
||||||
{{-- <p>
|
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse5" role="button" aria-expanded="false" aria-controls="collapse5">
|
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
|
||||||
How do I filter out comments that I don't want to appear on my posts?
|
|
||||||
</a>
|
|
||||||
<div class="collapse" id="collapse5">
|
|
||||||
<div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</p> --}}
|
|
||||||
{{-- <p>
|
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse6" role="button" aria-expanded="false" aria-controls="collapse6">
|
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
|
||||||
Who can see my posts?
|
|
||||||
</a>
|
|
||||||
<div class="collapse" id="collapse6">
|
|
||||||
<div>
|
|
||||||
You can update your account by visiting the <a href="{{route('settings')}}">account settings</a> page.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</p> --}}
|
|
||||||
{{-- <p>
|
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse7" role="button" aria-expanded="false" aria-controls="collapse7">
|
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
|
||||||
Who can see my private posts if I add a hashtag?
|
|
||||||
</a>
|
|
||||||
<div class="collapse" id="collapse7">
|
|
||||||
<div>
|
|
||||||
You can update your account by visiting the <a href="{{route('settings')}}">account settings</a> page.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</p> --}}
|
|
||||||
<hr>
|
<hr>
|
||||||
<p class="h5 text-muted " id="security">Security</p>
|
<p class="h5 text-muted " id="security">{{ __("helpcenter.profileSecurityTitle")}}</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#sec-collapse8" role="button" aria-expanded="false" aria-controls="sec-collapse8">
|
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#sec-collapse8" role="button" aria-expanded="false" aria-controls="sec-collapse8">
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
<i class="fas fa-chevron-down mr-2"></i>
|
||||||
How can I secure my account?
|
{{ __("helpcenter.profileSecurityHowSecureAsk")}}
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="sec-collapse8">
|
<div class="collapse" id="sec-collapse8">
|
||||||
<div>
|
{!! __("helpcenter.profileSecurityHowSecureAnswer") !!}
|
||||||
Here are some recommendations to keep your account secure:
|
|
||||||
<ul class="">
|
|
||||||
<li>Pick a strong password, don't re-use it on other websites</li>
|
|
||||||
<li>Never share your password</li>
|
|
||||||
<li>Remember to log out on public computers or devices</li>
|
|
||||||
<li>Periodically check your <a href="{{route('settings.security')}}">Account Log</a> for any suspicious activity</li>
|
|
||||||
<li><a href="{{route('settings.security.2fa.setup')}}">Setup Two Factor Authentication</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#sec-collapse9" role="button" aria-expanded="false" aria-controls="sec-collapse9">
|
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#sec-collapse9" role="button" aria-expanded="false" aria-controls="sec-collapse9">
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
<i class="fas fa-chevron-down mr-2"></i>
|
||||||
How can I add additional protection to my account?
|
{{ __("helpcenter.profileSecurityHowAddSecurityAsk")}}
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="sec-collapse9">
|
<div class="collapse" id="sec-collapse9">
|
||||||
<div>
|
{!! __("helpcenter.profileSecurityHowAddSecurityAnswer") !!}
|
||||||
You can add an additional layer of security to your account by enabling <span class="font-weight-bold">Two Factor Authentication</span>. For more information, check your <a href="{{route('settings.security')}}">security settings</a>.
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#sec-collapse10" role="button" aria-expanded="false" aria-controls="sec-collapse10">
|
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#sec-collapse10" role="button" aria-expanded="false" aria-controls="sec-collapse10">
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
<i class="fas fa-chevron-down mr-2"></i>
|
||||||
How do I report unauthorized use of my account?
|
{{ __("helpcenter.profileSecurityHowReportUnauthorizedAsk")}}
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="sec-collapse10">
|
<div class="collapse" id="sec-collapse10">
|
||||||
<div>
|
<div>
|
||||||
Please contact the administrators of this instance{{-- , for contact information <a href="{{route('settings')}}">click here</a> --}}.
|
{{ __('helpcenter.profileSecurityHowReportUnauthorizedAnswer') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="h5 text-muted " id="migration">Migration</p>
|
<p class="h5 text-muted " id="migration">{{ __("helpcenter.profileMigrarionTitle") }}</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#migrate-collapse1" role="button" aria-expanded="false" aria-controls="migrate-collapse1">
|
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#migrate-collapse1" role="button" aria-expanded="false" aria-controls="migrate-collapse1">
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
<i class="fas fa-chevron-down mr-2"></i>
|
||||||
How can I migrate my account?
|
{{ __("helpcenter.profileMigrarionHowMigrateAsk") }}
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="migrate-collapse1">
|
<div class="collapse" id="migrate-collapse1">
|
||||||
<div>
|
{!! __("helpcenter.profileMigrarionHowMigrateAnswer") !!}
|
||||||
To migrate your account successfully, your old account must be on a Pixelfed or Mastodon server, or one that supports the Mastodon Account Migration <a href="https://docs.joinmastodon.org/spec/activitypub/#Move">extension</a>.
|
|
||||||
<hr>
|
|
||||||
<p>Navigate to the <a href="/settings/account/aliases/manage">Account Aliases</a> page in the Settings to begin.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#migrate-collapse2" role="button" aria-expanded="false" aria-controls="migrate-collapse2">
|
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#migrate-collapse2" role="button" aria-expanded="false" aria-controls="migrate-collapse2">
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
<i class="fas fa-chevron-down mr-2"></i>
|
||||||
How long does the migration take?
|
{{ __("helpcenter.profileMigrationHowLongAsk") }}
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="migrate-collapse2">
|
<div class="collapse" id="migrate-collapse2">
|
||||||
<div>
|
<div>
|
||||||
It can take a few hours to process post migration imports, please contact admins if it takes longer than 24 hours.
|
{!! __("helpcenter.profileMigrationHowLongAnswer") !!}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#migrate-collapse3" role="button" aria-expanded="false" aria-controls="migrate-collapse3">
|
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#migrate-collapse3" role="button" aria-expanded="false" aria-controls="migrate-collapse3">
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
<i class="fas fa-chevron-down mr-2"></i>
|
||||||
Why are my posts not migrated?
|
{{__("helpcenter.profileMigrationWhyPostNotAsk") }}
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="migrate-collapse3">
|
<div class="collapse" id="migrate-collapse3">
|
||||||
<div>
|
{!! __("helpcenter.profileMigrationWhyPostNotAnswer") !!}
|
||||||
Post migrations are officially supported on Pixelfed servers running v0.11.9+ and higher, and when enabled by server admins.
|
|
||||||
<hr>
|
|
||||||
It can take a few hours to process post migration imports, please contact admins if it takes longer than 24 hours.
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="h5 text-muted " id="delete-your-account">Delete Your Account</p>
|
<p class="h5 text-muted " id="delete-your-account">{{ __('helpcenter.profileDeleteTitle') }}</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#del-collapse1" role="button" aria-expanded="false" aria-controls="del-collapse1">
|
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#del-collapse1" role="button" aria-expanded="false" aria-controls="del-collapse1">
|
||||||
<i class="fas fa-chevron-down mr-2"></i>
|
<i class="fas fa-chevron-down mr-2"></i>
|
||||||
How do I temporarily disable my account?
|
{{ __('helpcenter.profileDeleteTemporaryAsk') }}
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="del-collapse1">
|
<div class="collapse" id="del-collapse1">
|
||||||
<div>
|
{!! __('helpcenter.profileDeleteTemporaryAnswer') !!}
|
||||||
<p>If you temporarily disable your account, your profile, photos, comments and likes will be hidden until you reactivate it by logging back in. To temporarily disable your account:</p>
|
|
||||||
<ol class="">
|
|
||||||
<li>Log into <a href="{{config('app.url')}}">{{config('pixelfed.domain.app')}}</a></li>
|
|
||||||
<li>Tap or click the <i class="far fa-user text-dark"></i> menu and select <span class="font-weight-bold text-dark"><i class="fas fa-cog pr-1"></i> Settings</span></li>
|
|
||||||
<li>Navigate to the <a href="{{route('settings.security')}}">Security Settings</a></li>
|
|
||||||
<li>Confirm your account password.</li>
|
|
||||||
<li>Scroll down to the Danger Zone section and click on the <span class="btn btn-sm btn-outline-danger py-1 font-weight-bold">Disable</span> button.</li>
|
|
||||||
<li>Follow the instructions on the next page.</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</p>
|
||||||
@if(config('pixelfed.account_deletion'))
|
@if(config('pixelfed.account_deletion'))
|
||||||
|
|
Loading…
Reference in a new issue