https://github.com/backdrop-contrib/auto_login_url
Creates auto login URLs per account on demand
https://github.com/backdrop-contrib/auto_login_url
authentication authorization backdropcms
Last synced: 10 months ago
JSON representation
Creates auto login URLs per account on demand
- Host: GitHub
- URL: https://github.com/backdrop-contrib/auto_login_url
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2024-12-04T11:58:28.000Z (about 1 year ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2025-02-18T08:14:05.000Z (11 months ago)
- Last Synced: 2025-02-18T08:35:42.434Z (11 months ago)
- Topics: authentication, authorization, backdropcms
- Language: PHP
- Homepage: https://backdropcms.org/project/auto_login_url
- Size: 28.3 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Auto Login URL
Creates auto login URLs per account on demand.
You may use
```
auto_login_url_create($uid, $destination, $absolute = FALSE)
```
To create an auto login link for a user.
Or
```
auto_login_url_convert_text($uid, $text)
```
To convert all links of a text to auto login for this user
Also there are two tokens for accounts (for "User" or "Current user"):
- Auto Login URL: `[user:auto-login-url-token]`
- Auto Login URL account edit: `[user:auto-login-url-account-edit-token]`
These may be used in mass emailing modules or anywhere user tokens are
available, for example with Rules.
See also the auto_login_url_token module.
## Installation
- Install this module using the
[official Backdrop CMS instructions](https://docs.backdropcms.org/documentation/extend-with-modules)
## Issues
Bugs and feature requests should be reported in the
[issue queue](https://github.com/backdrop-contrib/auto_login_url/issues).
## Maintainers
- [indigoxela](https://github.com/indigoxela)
- Additional maintainers welcome
## Credits
Created and maintained for Drupal by [Thanos Nokas (Matrixlord)](https://drupal.org/user/1538394)
## License
This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.