]> git.wh0rd.org - tt-rss.git/blob - schema/versions/pgsql/82.sql
use SSL serial to bind certificate to user; implement autologin using SSL certificate...
[tt-rss.git] / schema / versions / pgsql / 82.sql
1 begin;
2
3 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.');
4
5 update ttrss_version set schema_version = 82;
6
7 commit;