lnbits-legend/lnbits/extensions/usermanager
2021-08-06 12:37:30 -03:00
..
templates/usermanager add usermanager to the curl api examples 2021-08-06 12:37:30 -03:00
__init__.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
config.json Rename config.json.example to config.json 2020-05-02 20:17:33 +01:00
crud.py Black 2021-07-03 16:08:18 +01:00
migrations.py postgres support. 2021-07-02 17:34:31 -03:00
models.py Fixed usermanager ext 2021-04-21 14:02:52 +01:00
README.md Documentation Updates (#202) 2021-06-09 12:07:42 -03:00
views.py migrate to sqlalchemy-aio. 2020-11-21 23:02:14 -03:00
views_api.py fix issue #286 2021-08-06 12:37:30 -03:00

User Manager

Make and manage users/wallets

To help developers use LNbits to manage their users, the User Manager extension allows the creation and management of users and wallets.

For example, a games developer may be developing a game that needs each user to have their own wallet, LNbits can be included in the developers stack as the user and wallet manager. Or someone wanting to manage their family's wallets (wife, children, parents, etc...) or you want to host a community Lightning Network node and want to manage wallets for the users.

Usage

  1. Click the button "NEW USER" to create a new user
    new user
  2. Fill the user information\
    • username
    • the generated wallet name, user can create other wallets later on
    • email
    • set a password user information
  3. After creating your user, it will appear in the Users section, and a user's wallet in the Wallets section.
  4. Next you can share the wallet with the corresponding user
    user wallet
  5. If you need to create more wallets for some user, click "NEW WALLET" at the top
    multiple wallets
    • select the existing user you wish to add the wallet
    • set a wallet name
      new wallet