Closed (fixed)
Project:
Google Authenticator login
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2012 at 14:44 UTC
Updated:
9 Jul 2012 at 16:11 UTC
I've installed ga_login & mobile_codes -dev versions. Works well so far.
I notice that the key ID that's created is in the form:
otpauth://totp/@?secret=################
In Google Authenticator, it shows up under account == "@"
Since I 'stage' my from a development to a production site, I have the same user and site_name.
But I *do* want to have a different GA code for production.
To prevent confusion, it'd be useful to be able to specify an additional 'textID' when creating the GA code in the Drupal UI for a user -- so that, e.g., the code generated, and the account name used, are, instead:
"@:"
or something similar.
Comments
Comment #1
RandyK commentedthat's annoying - tag-usage was stripped, and no option to edit? take 2 ...
Comment #2
jelle_sWe added a variable that can be set with variable_set:
or in settings.php in the $conf variable:
We chose not to make it available through the interface, because changing it will render all created logins useless.
Comment #3
RandyK commentedThanks! Works nicely!
Comment #4
RandyK commentedThanks! Works nicely!