<%# Copyright 2013-2018 the original author or authors from the JHipster project. This file is part of the JHipster project, see http://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -%>

Registration

Registration saved! Please check your email for confirmation.
Registration failed! Please try again later.
Login name already registered! Please choose another one.
Email is already in use! Please choose another one.
The password and its confirmation do not match!
<%_ if (enableSocialSignIn) { _%>
<%_ } else { _%>
<%_ } _%>
Your username is required. Your username is required to be at least 1 character. Your username cannot be longer than 50 characters. Your username can only contain letters and digits.
Your email is required. Your email is invalid. Your email is required to be at least 5 characters. Your email cannot be longer than 100 characters.
Your password is required. Your password is required to be at least 4 characters. Your password cannot be longer than 50 characters.
<<%= jhiPrefixDashed %>-password-strength-bar [passwordToCheck]="registerAccount.password">-password-strength-bar>
Your confirmation password is required. Your confirmation password is required to be at least 4 characters. Your confirmation password cannot be longer than 50 characters.

If you want to sign in, you can try the default accounts:
- Administrator (login="admin" and password="admin")
- User (login="user" and password="user").
<%_ if (enableSocialSignIn) { _%>

<<%= jhiPrefixDashed %>-social provider="google">-social> <<%= jhiPrefixDashed %>-social provider="facebook">-social> <<%= jhiPrefixDashed %>-social provider="twitter">-social>
<%_ } _%>