Page 1 of 1

OTP issuer field at th OTP client.

Posted: Tue May 31, 2022 1:51 pm
by StenAaboHansen
When register the QR code you need to give the setup a name - is it possibel to include that in the WING FTP configuration so it is the dafault if the user do not write anything.

Re: OTP issuer field at th OTP client.

Posted: Wed Jun 01, 2022 6:10 am
by FTP
For the first time, you need to scan the QR code into your TOTP app (like Google Authenticator), then TOTP app will generate a 6-digit dynamic code, that's it.

Re: OTP issuer field at th OTP client.

Posted: Thu Feb 16, 2023 9:24 am
by StenAaboHansen
FTP wrote: Wed Jun 01, 2022 6:10 am For the first time, you need to scan the QR code into your TOTP app (like Google Authenticator), then TOTP app will generate a 6-digit dynamic code, that's it.
Yes - I know - but if it is possible to define the issuer field it would not be nessasary for my end users to specify one and thereby i do not have at lot of reservice requests :-)

Re: OTP issuer field at th OTP client.

Posted: Thu Feb 16, 2023 2:12 pm
by FTP
OK, maybe you can modify the file "webclient/login.html", find the line 392:
size: 128, text: "otpauth://totp/<%=_SESSION['username']%>?issuer=Wing%20FTP%20Server&secret=<%=_SESSION['totp_randomkey']%>"
Just change the string "Wing%20FTP%20Server" into your custom issuer.