mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[task 97298] displaying mail domains only on register
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>{{MESSAGE_PREFIX + '.header'|translate}}</h2>
|
<h2>{{MESSAGE_PREFIX + '.header'|translate}}</h2>
|
||||||
<p>{{MESSAGE_PREFIX + '.info' | translate}}</p>
|
<p>{{MESSAGE_PREFIX + '.info' | translate}}</p>
|
||||||
<p *ngIf="validMailDomains.length!= 0">Accounts can be registered for mail addresses of the domains {{ validMailDomains.join(", ")}} </p>
|
<p
|
||||||
|
*ngIf="validMailDomains.length!= 0 && MESSAGE_PREFIX==='register-page.registration'">{{ MESSAGE_PREFIX + '.info.maildomain' | translate}} {{ validMailDomains.join(", ")}} </p>
|
||||||
|
|
||||||
<form [class]="'ng-invalid'" [formGroup]="form" (ngSubmit)="register()">
|
<form [class]="'ng-invalid'" [formGroup]="form" (ngSubmit)="register()">
|
||||||
|
|
||||||
|
@@ -3029,7 +3029,7 @@
|
|||||||
|
|
||||||
"register-page.registration.error.maildomain": "this email address is not on the list of domains who can register. Allowed domains are {{ domains }}",
|
"register-page.registration.error.maildomain": "this email address is not on the list of domains who can register. Allowed domains are {{ domains }}",
|
||||||
|
|
||||||
|
"register-page.registration.info.maildomain": "Accounts can be registered for mail addresses of the domains",
|
||||||
|
|
||||||
"relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items",
|
"relationships.add.error.relationship-type.content": "No suitable match could be found for relationship type {{ type }} between the two items",
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user