mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
OpenID delegation in profile page
This commit is contained in:
parent
d8969bb84b
commit
fa756ffcb9
2 changed files with 27 additions and 1 deletions
|
@ -377,6 +377,7 @@ CREATE TABLE IF NOT EXISTS `user` (
|
|||
`allow_gid` mediumtext NOT NULL,
|
||||
`deny_cid` mediumtext NOT NULL,
|
||||
`deny_gid` mediumtext NOT NULL,
|
||||
`openidserver` text NOT NULL,
|
||||
PRIMARY KEY (`uid`),
|
||||
KEY `nickname` (`nickname`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue