https://github.com/Mivaweb/MemberLogin
Umbraco package which allows you to impersonate as a Member.
https://github.com/Mivaweb/MemberLogin
angularjs asp-net-mvc csharp umbraco
Last synced: over 1 year ago
JSON representation
Umbraco package which allows you to impersonate as a Member.
- Host: GitHub
- URL: https://github.com/Mivaweb/MemberLogin
- Owner: Mivaweb
- License: mit
- Created: 2018-02-05T19:49:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:15:43.000Z (over 3 years ago)
- Last Synced: 2024-10-24T00:24:33.755Z (over 1 year ago)
- Topics: angularjs, asp-net-mvc, csharp, umbraco
- Language: JavaScript
- Homepage:
- Size: 10.9 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MemberLogin
[](https://our.umbraco.org/projects/backoffice-extensions/memberlogin/)
MemberLogin is a Umbraco backoffice extension package which allows you to impersonate as a Member into the front-end website.
## Getting Started

### Documentation
MemberLogin can be used in Umbraco V7 and V8 versions where can you login as a member from your backoffice into the front-end of your website.
### History Version
#### v2.0.0
Upgrade MemberLogin so it can be used in Umbraco V8.
- You can still select a node to be redirected to after the login
- Now in V8 when having a multi-langual website, you can even select the culture of the redirected page
In this way you can go directly to the correct language page of your website as a member.
*This version is only compatible with Umbraco V8!
#### v1.1.0
Ditched the Property Editor and moved to using a custom Action menu item on the Member tree.
*This version uses the directive umb-preview-node which was introduced in version 7.6!
#### v1.0.0
Initial release of the MemberLogin package.
First you need to create a new datatype of type MemberLogin in your developer section of Umbraco.
After that, you add a new property into your member document type, using this new datatype.
As you will see, this is only a button for doing the login as a Member.
## Contributors
* [Michaël Vanbrabandt](https://github.com/mivaweb)
## License
Copyright © 2018 Michaël Vanbrabandt
Licensed under the [MIT License](LICENSE.md)