google / google-authenticator-libpam

Apache License 2.0
1.8k stars 286 forks source link

How can we modify or remove completely the server name as a title in the app on mobile devices #58

Closed loopholdgit closed 7 years ago

loopholdgit commented 7 years ago

I believe the module sends the server and attaches that as a title in the google-authenticator app on mobile devices. How can we modify what name to be shown there?

ThomasHabets commented 7 years ago

With -s. The other data is changed with `-l'.

loopholdgit commented 7 years ago

Thank you very much for the response. So we need to issue the following command on the server: .google-authenticator - s "servername"?

Is the above correct?

Where can I find documentation on all the options? I searched but was unsuccessful.

ThomasHabets commented 7 years ago

Yes, when you set up Google Authenticator for the user you provide these options.

You can see the options by running google-authenticator -h, or see the same here.

I've created #59 to create a manpage for better documentation, as I don't see it being documented elsewhere.