diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-08-26 17:30:07 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-08-26 17:30:07 +0200 |
commit | 72e9a2ce57ee88503db83614cec5ccda71f0b58e (patch) | |
tree | 8bc301ca22d9ca08ea54426bcb61f62bd1c1cb75 /apps/user_openid/appinfo/info.xml | |
parent | 32bad688bdb4fea55eba9d4255fc55f1c60a0aca (diff) | |
download | nextcloud-server-72e9a2ce57ee88503db83614cec5ccda71f0b58e.tar.gz nextcloud-server-72e9a2ce57ee88503db83614cec5ccda71f0b58e.zip |
moved to apps repository
Diffstat (limited to 'apps/user_openid/appinfo/info.xml')
-rw-r--r-- | apps/user_openid/appinfo/info.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/user_openid/appinfo/info.xml b/apps/user_openid/appinfo/info.xml deleted file mode 100644 index 7aae4271fa8..00000000000 --- a/apps/user_openid/appinfo/info.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0"?> -<info> - <id>user_openid</id> - <name>OpenID user backend</name> - <description>Allow login through OpenID</description> - <licence>AGPL</licence> - <author>Robin Appelman</author> - <require>4</require> - <shipped>true</shipped> - <types> - <prelogin/> - <authentication/> - </types> -</info> |