-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recommit Profile2 importing code and README
Re-adding Profile2 import code and README fixes that were lost in a regression.
- Loading branch information
Showing
2 changed files
with
195 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,31 +3,65 @@ Profile | |
|
||
Supports configurable user profiles. | ||
|
||
This module is the successor to the [Drupal 7 Profile2 module](https://drupal.org/project/profile2). | ||
|
||
Installation | ||
------------- | ||
|
||
* Copy the whole profile directory to your modules directory and | ||
activate the module. | ||
|
||
* Install this module using the official Backdrop CMS instructions at | ||
https://backdropcms.org/guide/modules. | ||
|
||
Usage | ||
----- | ||
|
||
* Go to /admin/structure/profiles for managing profile types. | ||
* By default users may view their profile at /user and edit them at | ||
'user/X/edit'. | ||
|
||
LICENSE | ||
--------------- | ||
* Visit the configuration page under Administration > Structure > | ||
Profiles (admin/structure/profiles) for managing profile types. | ||
|
||
* By default users may view their profile at /user and edit them at | ||
user/N/edit. | ||
|
||
Upgrading from Drupal 7 | ||
----------------------- | ||
|
||
This module is the successor to the [Drupal 7 Profile2 | ||
module](https://drupal.org/project/profile2) and will automatically import and | ||
convert any Profile2 profiles when upgrading from a Drupal 7 installation. | ||
|
||
Note that this module does NOT import from the [deprecated Profile | ||
module](https://www.drupal.org/node/874026) that was provided in Drupal 7 core | ||
as an upgrade path from Drupal 6 sites that used Profiles. If you have profiles | ||
from the Drupal 7 Profile module, you should either convert them to Profile2 | ||
profiles in Drupal 7 prior to upgrading to Backdrop, or recreate them in | ||
Backdrop after you upgrade. | ||
|
||
Documentation | ||
------------- | ||
|
||
Additional documentation is located in the [Wiki](https://github.com/backdrop-contrib/profile/wiki/Documentation). | ||
|
||
Issues | ||
------ | ||
|
||
Bugs and feature requests should be reported in the [Issue Queue](https://github.com/backdrop-contrib/profile/issues). | ||
|
||
License | ||
--------------- | ||
|
||
This project is GPL v2 software. See the LICENSE.txt file in this directory | ||
This project is GPL v2 software. See the LICENSE.txt file in this directory | ||
for complete text. | ||
|
||
|
||
Current Maintainers | ||
------------------- | ||
|
||
* [Robert J. Lang](https://github.com/bugfolder) | ||
|
||
Credits: | ||
---------- | ||
Ported by docwlmot | ||
|
||
Original Drupal maintained module by | ||
* Wolfgang Ziegler (fago), [email protected] | ||
* Joachim Noreiko (joachim), [email protected] | ||
* Ported to Backdrop CMS by [docwilmot](https://github.com/docwilmot). | ||
|
||
* Original Drupal maintained module by | ||
* [Wolfgang Ziegler (fago)](https://www.drupal.org/u/fago), [email protected] | ||
* [Joachim Noreiko (joachim)](https://www.drupal.org/u/joachim), [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters