Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchParapheur
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchParapheur
Commits
72d1353e
Verified
Commit
72d1353e
authored
5 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
fix var lang
parent
fe350185
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lang/en.json
+2
-1
2 additions, 1 deletion
lang/en.json
lang/fr.json
+2
-1
2 additions, 1 deletion
lang/fr.json
src/frontend/app/administration/user/user.component.html
+1
-1
1 addition, 1 deletion
src/frontend/app/administration/user/user.component.html
with
5 additions
and
3 deletions
lang/en.json
+
2
−
1
View file @
72d1353e
...
...
@@ -250,6 +250,7 @@
"privileges"
:
"Privileges"
,
"groupWarnMsg"
:
"You may no longer be able to access this page!"
,
"groupDeleted"
:
"Group deleted"
,
"importNewSignature"
:
"Import a new signature"
"importNewSignature"
:
"Import a new signature"
,
"restUser"
:
"Webservice user"
}
}
This diff is collapsed.
Click to expand it.
lang/fr.json
+
2
−
1
View file @
72d1353e
...
...
@@ -251,6 +251,7 @@
"privileges"
:
"Privilèges"
,
"groupWarnMsg"
:
"Vous risquez de ne plus pouvoir accéder à cette page !"
,
"groupDeleted"
:
"Groupe supprimé"
,
"importNewSignature"
:
"Importer une signature"
"importNewSignature"
:
"Importer une signature"
,
"restUser"
:
"Utilisateur webservice"
}
}
This diff is collapsed.
Click to expand it.
src/frontend/app/administration/user/user.component.html
+
1
−
1
View file @
72d1353e
...
...
@@ -38,7 +38,7 @@
<input
name=
"email"
matInput
placeholder=
"{{'lang.email' | translate}}"
type=
"mail"
[(ngModel)]=
"user.email"
pattern=
"(^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$)"
required
>
</mat-form-field>
<mat-checkbox
[disabled]=
"!creationMode"
name=
"isRest"
color=
"primary"
[(ngModel)]=
"user.isRest"
[checked]=
"user.isRest"
(change)=
"getPassRules($event)"
>
Utilisateur REST
</mat-checkbox>
<mat-checkbox
[disabled]=
"!creationMode"
name=
"isRest"
color=
"primary"
[(ngModel)]=
"user.isRest"
[checked]=
"user.isRest"
(change)=
"getPassRules($event)"
>
{{'lang.restUser' | translate}}
</mat-checkbox>
<mat-form-field
class=
"input-row"
*ngIf=
"user.isRest"
>
<input
name=
"newPasswordRest"
matInput
[(ngModel)]=
"passwordRest.newPassword"
placeholder=
"{{'lang.newPassword' | translate}}"
[type]=
"hideNewPassword ? 'password' : 'text'"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment