From 8de8bfb8712855ee391c3702604f2acb6ffa124e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Mar 2011 09:45:23 +0400 Subject: authenticate against a hash of identifyable information from certificate instead of only serial (refs #324) --- schema/versions/mysql/82.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema/versions/mysql/82.sql') diff --git a/schema/versions/mysql/82.sql b/schema/versions/mysql/82.sql index 79fe5f49d..80ca24e72 100644 --- a/schema/versions/mysql/82.sql +++ b/schema/versions/mysql/82.sql @@ -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; -- cgit v1.2.3