X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-mailgate;fp=ud-mailgate;h=80340aac3ef7bafbaf6262ce9baa6bdde3a8e195;hp=bd77120ebcf1089cb5a88100e5cab8760f0600fd;hb=06c8b04a006130cd9593d981ddeeb5c1699c8de6;hpb=b87aa2309e65df00e0134ea5fd6aea63486e70eb diff --git a/ud-mailgate b/ud-mailgate index bd77120..80340aa 100755 --- a/ud-mailgate +++ b/ud-mailgate @@ -689,7 +689,7 @@ def HandleChTOTPSeed(Reply, DnRecord, Key): random_id = binascii.hexlify(open("/dev/urandom", "r").read(32)) totp_file_name = "%d-%s" % (time.time(), random_id,) - msg = GPGEncrypt("Please go to %s/fetch-totp-seed?id=%s\n to fetch your TOTP seed" % (WebUILocation, totp_file_name), "0x" + Key[1], Key[4]) + msg = GPGEncrypt("Please go to %s/fetch-totp-seed.cgi?id=%s\n to fetch your TOTP seed" % (WebUILocation, totp_file_name), "0x" + Key[1], Key[4]) if msg is None: raise UDFormatError("Unable to generate the encrypted reply, gpg failed.")