Blame view

sources/apps/user_openid/appinfo/info.xml 309 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?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.93</require>
  	<shipped>true</shipped>
  	<types>
  		<prelogin/>
  		<authentication/>
  	</types>
  </info>