Fixed Admin template user_edit missing "discouraged hint"

DragonByte Tech

Well-known member
Affected version
2.0.10
Slightly convoluted title but 🤷‍♂️

In the user_edit template find
explain="{{ phrase('discouraged_hint') }}">{{ phrase('discouraged') }}</xf:option>

Should be
hint="{{ phrase('discouraged_hint') }}">{{ phrase('discouraged') }}</xf:option>


Fillip
 
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in the next XF release (2.0.11).

Change log:
Add missing hint parameter to discouraged checkbox on user edit page
 
Top Bottom