mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-28 22:54:18 +01:00
(bug) unable to validate account
This commit is contained in:
parent
1b35dfcc0f
commit
3fd20cd57d
app/frontend
config/locales
@ -820,7 +820,7 @@ Application.Controllers.controller('EditMemberController', ['$scope', '$state',
|
|||||||
growl.success(message);
|
growl.success(message);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
$scope.user = _user;
|
$scope.user = _user;
|
||||||
$scope.user.statistic_profile.birthday = moment(_user.statistic_profile.birthday).toDate();
|
$scope.user.statistic_profile_attributes.birthday = moment(_user.statistic_profile_attributes.birthday).toDate();
|
||||||
$scope.$apply();
|
$scope.$apply();
|
||||||
}, 50);
|
}, 50);
|
||||||
};
|
};
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<ng-include src="'/admin/settings/general.html'"></ng-include>
|
<ng-include src="'/admin/settings/general.html'"></ng-include>
|
||||||
</uib-tab>
|
</uib-tab>
|
||||||
|
|
||||||
<uib-tab heading="{{ 'app.admin.settings.compte.compte' | translate }}" index="1">
|
<uib-tab heading="{{ 'app.admin.settings.compte.account' | translate }}" index="1">
|
||||||
<ng-include src="'/admin/settings/compte.html'"></ng-include>
|
<ng-include src="'/admin/settings/compte.html'"></ng-include>
|
||||||
</uib-tab>
|
</uib-tab>
|
||||||
|
|
||||||
|
@ -1156,8 +1156,6 @@ en:
|
|||||||
send_scope_to_token_endpoint_help: "Should the scope parameter be sent to the authorization token endpoint?"
|
send_scope_to_token_endpoint_help: "Should the scope parameter be sent to the authorization token endpoint?"
|
||||||
send_scope_to_token_endpoint_false: "No"
|
send_scope_to_token_endpoint_false: "No"
|
||||||
send_scope_to_token_endpoint_true: "Yes"
|
send_scope_to_token_endpoint_true: "Yes"
|
||||||
extra_authorize_params: "Extra authorize params"
|
|
||||||
extra_authorize_params_help_html: "A list of extra fixed parameters that will be merged to the authorization request.<br>The list is expected to be in a JSON-like format.<br> <b>Eg.</b> {tenant: common, max_age: 3600}"
|
|
||||||
profile_edition_url: "Profil edition URL"
|
profile_edition_url: "Profil edition URL"
|
||||||
profile_edition_url_help: "The URL of the page where the user can edit his profile."
|
profile_edition_url_help: "The URL of the page where the user can edit his profile."
|
||||||
client_options: "Client options"
|
client_options: "Client options"
|
||||||
@ -1501,7 +1499,7 @@ en:
|
|||||||
statistics_info_html: "<p>Enable or disable the statistics module.</p><p>If enabled, every nights, the data of the day just passed will be consolidated in the database of a powerful analysis engine. Then, every administrators will be able to browse statistical charts and tables in the corresponding section.</p>"
|
statistics_info_html: "<p>Enable or disable the statistics module.</p><p>If enabled, every nights, the data of the day just passed will be consolidated in the database of a powerful analysis engine. Then, every administrators will be able to browse statistical charts and tables in the corresponding section.</p>"
|
||||||
enable_statistics: "Enable statistics"
|
enable_statistics: "Enable statistics"
|
||||||
compte:
|
compte:
|
||||||
compte: "Compte"
|
account: "Account"
|
||||||
customize_account_settings: "Customize account settings"
|
customize_account_settings: "Customize account settings"
|
||||||
user_validation_required: "validation of accounts"
|
user_validation_required: "validation of accounts"
|
||||||
user_validation_required_title: "Validation of accounts"
|
user_validation_required_title: "Validation of accounts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user