]> git.wh0rd.org - tt-rss.git/blobdiff - schema/versions/mysql/82.sql
authenticate against a hash of identifyable information from certificate instead...
[tt-rss.git] / schema / versions / mysql / 82.sql
index 79fe5f49d131e19edcf9925175346d374ebc3241..80ca24e721cd28458bd2c35f71cfe564e1ce64ac 100644 (file)
@@ -1,6 +1,6 @@
 begin;
 
-insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('SSL_CERT_SERIAL', 2, '', 'Login with an SSL certificate',3, 'You can login automatically with an active client SSL certificate if you fill in its serial number here.');
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('SSL_CERT_SERIAL', 2, '', 'Login with an SSL certificate',3, 'Click to register your SSL client certificate with tt-rss');
 
 update ttrss_version set schema_version = 82;