mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00: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