You are here

README.txt in Apply for role 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 6 README.txt
  4. 7 README.txt
        APPLY_FOR_ROLE MODULE - README
______________________________________________________________________________

NAME:       Apply_for_role
AUTHORS:    Svilen Sabev <svilensabev@gmail.com>
______________________________________________________________________________


------------
Description
------------

This module allows users to apply for a role and administrators to approve their application.
The role will be automatically assigned to the user on approval.

------------
Requirements
------------

- Drupal 7

------------
Installation
------------

Step 1) Download latest release from http://drupal.org/project/apply_for_role

Step 2)
  Extract the package into your 'modules' directory.

Step 3)
  Enable the apply_for_role module.

  Go to "administer >> modules" and put a checkmark in the 'enabled' column next
  to 'apply_for_role'.

Step 4)
  Go to "administer >> configuration >> apply for role" to configure the module.


Step 5)
  Enable permissions appropriate to your site.
  The apply_for_role module provides three permissions:
	- 'administer apply for role'
	- 'apply for role'
	- 'approve apply for role'

------------
Usage
------------

Step 1)
  Go to "my account" >> "apply for role" to apply for role.

Step 2)
  Go to "administer >>  people >> apply for role" to manage the user applications.

------------
Credits
------------

Originally written and maintained by Svilen Sabev for www.propeople.dk

File

README.txt
View source
  1. APPLY_FOR_ROLE MODULE - README
  2. ______________________________________________________________________________
  3. NAME: Apply_for_role
  4. AUTHORS: Svilen Sabev
  5. ______________________________________________________________________________
  6. ------------
  7. Description
  8. ------------
  9. This module allows users to apply for a role and administrators to approve their application.
  10. The role will be automatically assigned to the user on approval.
  11. ------------
  12. Requirements
  13. ------------
  14. - Drupal 7
  15. ------------
  16. Installation
  17. ------------
  18. Step 1) Download latest release from http://drupal.org/project/apply_for_role
  19. Step 2)
  20. Extract the package into your 'modules' directory.
  21. Step 3)
  22. Enable the apply_for_role module.
  23. Go to "administer >> modules" and put a checkmark in the 'enabled' column next
  24. to 'apply_for_role'.
  25. Step 4)
  26. Go to "administer >> configuration >> apply for role" to configure the module.
  27. Step 5)
  28. Enable permissions appropriate to your site.
  29. The apply_for_role module provides three permissions:
  30. - 'administer apply for role'
  31. - 'apply for role'
  32. - 'approve apply for role'
  33. ------------
  34. Usage
  35. ------------
  36. Step 1)
  37. Go to "my account" >> "apply for role" to apply for role.
  38. Step 2)
  39. Go to "administer >> people >> apply for role" to manage the user applications.
  40. ------------
  41. Credits
  42. ------------
  43. Originally written and maintained by Svilen Sabev for www.propeople.dk