Using API Token rather than key. Token now in header. Closes #358.
This commit is contained in:
@@ -77,12 +77,12 @@ return [
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Identifiant',
|
||||
'email' => 'Adresse email',
|
||||
'password' => 'Mot de passe',
|
||||
'api-key' => 'Clé API',
|
||||
'api-key-help' => 'Regénérer votre clé API révoquera toutes les applications existantes.',
|
||||
'2fa' => [
|
||||
'username' => 'Identifiant',
|
||||
'email' => 'Adresse email',
|
||||
'password' => 'Mot de passe',
|
||||
'api-token' => 'Jeton API',
|
||||
'api-token-help' => 'Regénérer votre jeton API révoquera toutes les applications existantes.',
|
||||
'2fa' => [
|
||||
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.',
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user