GNOME Bugzilla – Bug 737198
Captive Authentication is a term many users won't understand
Last modified: 2014-11-07 09:10:20 UTC
The new captive auth feature in gnome shell puts "Captive Authentication" as the app title in the gmenu up near the Activities button. However many users wont know what captive auth is, and this title may be both confusing and worrying -- i.e. what authentication is being captured? A more descriptive and less negative title could be "Network Login" -- initally "Wifi Login" was a thought, but captive auth sometimes also happens over wired, so "Network Login" works well IMHO.
I can't find the string "Captive Authentication" anywhere in the gnome-shell codebase. According to data/org.gnome.Shell.PortalHelper.desktop.in the string you should be seeing is "Captive Portal" and not "Captive Authentication". Is "Captive Portal" considered a confusing term as well?
Sorry, must have messed up there -- yeah it is showing "Captive Portal" on my end too. And yes, i still think that "captive" is the main issue here -- users don't really know what is being captured here -- its a fairly technical term with a negative spin if you don't know what the technical term is.
This would be easy to fix, I can make the patch. I'll just ask the designers first.
Created attachment 286909 [details] [review] portalHelper: Change user facing name to "Network Login"
Review of attachment 286909 [details] [review]: Obviously fine, but needs a string freeze break ...
Attachment 286909 [details] pushed as e402ed1 - portalHelper: Change user facing name to "Network Login"