Skip to content

Commit

Permalink
docs: Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
espenak committed Mar 2, 2015
1 parent 2549f45 commit e530ba5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/apps.cradmin_authenticate.rst
@@ -1,8 +1,8 @@
######################################################################
:mod:`django_cradmin.apps.cradmin_authenticate` --- Login/logout views
######################################################################
#############################################
`cradmin_authenticate` --- Login/logout views
#############################################

The purpose of the ``cradmin_authenticate`` app is to provide a
The purpose of the :mod:`cradmim.apps.cradmin_authenticate` app is to provide a
general purpose login/logout workflow.

It is designed to work with any user model that uses and email
Expand Down
8 changes: 4 additions & 4 deletions docs/apps.cradmin_resetpassword.rst
@@ -1,8 +1,8 @@
##############################################################################
:mod:`django_cradmin.apps.cradmin_resetpassword` --- A password reset workflow
##############################################################################
#####################################################
`cradmin_resetpassword` --- A password reset workflow
#####################################################

The purpose of the ``cradmin_resetpassword`` app is to provide a
The purpose of the :mod:`django_cradmin.apps.cradmin_resetpassword` app is to provide a
general purpose password reset workflow.

It is designed to work with any user model as long as it
Expand Down
8 changes: 4 additions & 4 deletions docs/apps.cradmin_user_single_use_token.rst
@@ -1,11 +1,11 @@
############################################################################################
:mod:`django_cradmin.apps.cradmin_user_single_use_token` --- Secure unique single use tokens
############################################################################################
###################################################################
`cradmin_user_single_use_token` --- Secure unique single use tokens
###################################################################

.. currentmodule:: django_cradmin.apps.cradmin_user_single_use_token.models


The purpose of the ``cradmin_user_single_use_token`` app is to provide
The purpose of the :mod:`django_cradmin.apps.cradmin_user_single_use_token` app is to provide
single-use secure and unique tokens connected to a User object.

Each token belongs to a user and an app. Tokens only live for a
Expand Down

0 comments on commit e530ba5

Please sign in to comment.