michaellaunay / alirpunkto

0 stars 0 forks source link

The variables are displayed with their codes under the format ${NAME} and not with their value #104

Open SergioArbarviro opened 2 months ago

SergioArbarviro commented 2 months ago

On the page on which to provide the pseudonym, password, languages of the Ordinary Member, the variables in the code are not displayed with their value but with their code, under the format: ${VARIABLE_NAME}. See example below.

Please provide your password. Your password must be between ${password_minimum_length} and ${password_maximum_length} characters long, contain at least one digit, at least one lowercase letter, at least one uppercase letter and at least one of the characters among the following: '@', '#', '%', '&', '*', '(', ')', '-', '_', '+', '='.

The variables should be displayed with their values.

michaellaunay commented 2 months ago

Fix

SergioArbarviro commented 2 months ago

The problem persists in the page after login (=when the user is registered and logs in with his/her credentials).

In addition, the commit 0e0892290ec7dfb00dccecbe7732e5c077fbd2d7 only addresses a few of the display issues = at the start of the first pages. The example given above in the text introducing the issue (https://github.com/michaellaunay/alirpunkto/issues/104#issue-2252564067) has not been resolved.

I hence propose to re-open this issue.