Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit f0dfc05

Browse files
author
Burgy Benjamin
committed
#noissue: Change the license info and the readme.
1 parent e9c60d9 commit f0dfc05

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
[![Build Status](https://travis-ci.org/minidfx/SimpleImapAuthentication4ownCloud.svg)](https://travis-ci.org/minidfx/SimpleImapAuthentication4ownCloud)
44

55
Provide a simple authentication through IMAP for ownCloud, very useful for domain hosted because you won't have different credentials for users that have an email and an account in your hosted ownCloud.
6-
7-
Currently available only as **Alpha** version. I have to implement a way for checking whether the password from the IMAP server has changed, because currently you can access to ownCloud with an old password.

appinfo/info.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
22
<info>
33
<id>user_imapauth</id>
4-
<name>IMAP user authentication</name>
5-
<description>Provide the user authentication through IMAP.</description>
6-
<version>0.1</version>
4+
<name>IMAP user backend</name>
5+
<description>Provide a user authentication through IMAP.</description>
6+
<version>0.4</version>
77
<licence>AGPL</licence>
88
<author>Burgy Benjamin</author>
99
<requiremin>7</requiremin>
@@ -16,7 +16,5 @@
1616
<user>http://blog.couloir42.ch/user_imapauth</user>
1717
</documentation>
1818

19-
<website>http://blog.couloir42.ch</website>
20-
2119
<standalone/>
2220
</info>

0 commit comments

Comments
 (0)