Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-10-02 14:25:33 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-10-02 14:25:33 +0400
commit3210bbbeaaf3d62324bd21584d34113627573eb9 (patch)
treeaaa89761cb8a97086eeec9554e9d8779ec8b98d8 /django_auth
parent8c39a299233ae0177af8fe01e7b16ec5341e44ff (diff)
fix some spelling errors
Diffstat (limited to 'django_auth')
-rw-r--r--django_auth/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/django_auth/appinfo/info.xml b/django_auth/appinfo/info.xml
index cdc49c4bb..487005caa 100644
--- a/django_auth/appinfo/info.xml
+++ b/django_auth/appinfo/info.xml
@@ -2,9 +2,9 @@
<info>
<id>django_auth</id>
<name>Django Authentification Backend</name>
- <description>This is a read-only authentification backend providing django users and groups to owncloud. You won't be able to edit anything.
+ <description>This is a read-only authentification backend providing django users and groups to ownCloud. You won't be able to edit anything.
Adding, editing and deleting of groups or users will just silently fail. So does changing passwords. Use the django.contrib.admin for that kind of tasks.
- Owncloud and your django webapplication need to share the same database.
+ ownCloud and your django webapplication need to share the same database.
Supported password hashers:SHA1, PBKDF2_SHA1, PBKDF2_SHA256.
</description>
<version>0.2</version>