parent
10ea221cc9
commit
a9b6a253cc
@ -1,5 +1,2 @@ |
|||||||
FROM redmine:latest |
FROM redmine:latest |
||||||
#ARG REDMINE_DB_PASSWORD |
ADD --chown=999:999 ./redmine_ldap_passwd/ /usr/src/redmine/plugins/redmine_ldap_passwd/ |
||||||
#RUN echo "testarg=${REDMINE_DB_PASSWORD}" |
|
||||||
#ENV REDMINE_DB_PASSWORD=${REDMINE_DB_PASSWORD} |
|
||||||
ADD ./redmine_ldap_passwd/ /usr/share/redmine/plugins/ |
|
@ -1,5 +1,2 @@ |
|||||||
FROM redmine:latest |
FROM redmine:latest |
||||||
ARG REDMINE_DB_PASSWORD |
ADD ./redmine_ldap_passwd/ /usr/src/redmine/plugins/redmine_ldap_passwd/ |
||||||
RUN echo "testarg=${REDMINE_DB_PASSWORD}" |
|
||||||
ENV REDMINE_DB_PASSWORD=${REDMINE_DB_PASSWORD} |
|
||||||
ADD ./redmine_ldap_passwd/ /usr/share/redmine/plugins/ |
|
@ -1,3 +1,8 @@ |
|||||||
en: |
en: |
||||||
notice_new_password_and_confirmation_different: The new password is different from the confirmation password |
notice_new_password_and_confirmation_different: The new password is different from the confirmation password |
||||||
notice_new_password_format: "1. The password should be at least seven characters long. 2. The password should contain characters from at least three of the following four categories: (a) English uppercase characters (A - Z) (b) English lowercase characters (a - z) (c) Base 10 digits (0 - 9) (d) Non-alphanumeric (For example: !, $, or %). 3. The password shouldn't contain three or more characters from the user's account name." |
notice_new_password_format: "1. The password should be at least seven characters long. 2. The password should contain characters from at least three of the following four categories: (a) English uppercase characters (A - Z) (b) English lowercase characters (a - z) (c) Base 10 digits (0 - 9) (d) Non-alphanumeric (For example: !, $, or %). 3. The password shouldn't contain three or more characters from the user's account name." |
||||||
|
notice_can_t_change_password: "Can`t change password." |
||||||
|
notice_account_wrong_password: "Wrong password or username" |
||||||
|
notice_new_password_must_be_different: "New password must be different." |
||||||
|
notice_account_password_updated: "Account pasword updated." |
||||||
|
setting_use_user_account: "Use current user acoount for LDAP:" |
||||||
|
Loading…
Reference in new issue