🐞️ Bug report
Environment
- CMW Version:
V2 beta 6
- Resource Version:
x
- PHP Version:
8,3
- Browser:
Chrome/Firefox/Safari/Brave...
- Device Type:
Desktop
Bug Description
When you try to make an account on the website’s register page, everything is fine except that the box below the « nametag » text has an e-mail placeholder insane the box and an e-mail icon instead of a nametag placeholder and a nametag icon but still work if you put a nametag instead of an e-mail.
Steps to Reproduce the Bug
- Go to the register page
- Observe the « nametag » box (si vous etes francais, c’est la case « pseudo »)
Expected Behavior
To have a nametag placeholder and icon
Observed Behavior
Has an e-mail placeholder and icon
Screenshots (if applicable)

error.logs
Additional Information
here are the changes that need to be made. the one with a minus sign is the current (bad) one and the one with a plus sign is the new (good) one in both cases:
#1
/htdocs/Public/Themes/Vega/Views/Users/register.view.php
line 57 (icon)
#2
/htdocs/Public/Themes/Vega/Views/Users/register.view.php
line 61 (placeholder)
- placeholder="VotrePseudo123">
🐞️ Bug report
Environment
V2 beta 6x8,3Chrome/Firefox/Safari/Brave...DesktopBug Description
When you try to make an account on the website’s register page, everything is fine except that the box below the « nametag » text has an e-mail placeholder insane the box and an e-mail icon instead of a nametag placeholder and a nametag icon but still work if you put a nametag instead of an e-mail.
Steps to Reproduce the Bug
Expected Behavior
To have a nametag placeholder and icon
Observed Behavior
Has an e-mail placeholder and icon
Screenshots (if applicable)
error.logs
Additional Information
here are the changes that need to be made. the one with a minus sign is the current (bad) one and the one with a plus sign is the new (good) one in both cases:
#1
/htdocs/Public/Themes/Vega/Views/Users/register.view.php
line 57 (icon)
#2
/htdocs/Public/Themes/Vega/Views/Users/register.view.php
line 61 (placeholder)