OTP issuer field at th OTP client.

Please post here if you have problems in using Wing FTP Server.
Post Reply
StenAaboHansen
Posts: 40
Joined: Mon Feb 09, 2015 8:50 pm

OTP issuer field at th OTP client.

Post 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.
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: OTP issuer field at th OTP client.

Post 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.
StenAaboHansen
Posts: 40
Joined: Mon Feb 09, 2015 8:50 pm

Re: OTP issuer field at th OTP client.

Post 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 :-)
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: OTP issuer field at th OTP client.

Post 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.
Post Reply