summaryrefslogtreecommitdiff
path: root/schema/versions
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-28 09:45:23 +0400
committerAndrew Dolgov <[email protected]>2011-03-28 09:45:23 +0400
commit8de8bfb8712855ee391c3702604f2acb6ffa124e (patch)
tree9fdca34f3a5c680feb5a7ce6b416142c98bf129d /schema/versions
parent3d72afa19a7e8e7f7691086dedba7c5f9631f42f (diff)
authenticate against a hash of identifyable information from certificate instead of only serial (refs #324)
Diffstat (limited to 'schema/versions')
-rw-r--r--schema/versions/mysql/82.sql2
-rw-r--r--schema/versions/pgsql/82.sql2
2 files changed, 2 insertions, 2 deletions
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;
diff --git a/schema/versions/pgsql/82.sql b/schema/versions/pgsql/82.sql
index 79fe5f49d..80ca24e72 100644
--- a/schema/versions/pgsql/82.sql
+++ b/schema/versions/pgsql/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;