Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
DenalB
5 years agoSuper Contributor
CMS software WoltLab Suite: TOTP field not detected
Actually, the "WoltLab Suite" is available in version 5.3. In this version, there is basically no possibility to enable 2FA. But there is an extension available which enables this feature, and it wor...
Former Member
5 years agoChanging the name or id to something like one-time-code would definitely improve the chances that we would consider this field interesting and fillable.
Can you please confirm that an id of one-time-code would be sufficient? We're aware of the one-time-code value of the autocomplete attribute, but we had to rule out the use of autocomplete="one-time-code" due to the bad behavior without password manager extensions (as mentioned in my first reply). However using id="one-time-code" + name="one-time-code" should work for us.
If you confirm that you indeed mean name="one-time-code" and id="one-time-code" (not autocomplete="one-time-code") then I would file an issue for our software and implement the change after the weekend.