The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/docs/Login/Adding-users.md

1.5 KiB

Standalone Wekan: Snap, (Docker, Source, VirtualBox)

  1. Install Wekan Snap

  2. Go to your Wekan URL like https://example.com/sign-up (your address + /sign-up)

  3. Register your username, email address and password. First registered user will be admin, and next ones normal users. If you want other admins too, you can change their permission to admin at Admin Panel.

  4. If you get Internal Server Error when creating account, it's because you have not configured email, and you can ignore it. WORKING EMAIL IS NOT REQUIRED. Wekan works without setting up email.

If you really want email sending, do for example:

sudo snap set wekan mail-url='smtps://user:pass@mailserver.example.com:457/'
sudo snap set wekan mail-from='Example Wekan Support <support@example.com>'

For more options see Troubleshooting Email

  1. Login to Wekan at https://example.com/sign-in (your address + /sign-in)

  2. Click on top right your username / Admin Panel. You can change permissions, name, email address and password in Admin Panel.

Admin Panel

  1. For registering other users:

a) Let them self-register, or open webbrowser incongnito window, and register them at https://example.com/sign-up (your address + /sign-up)

b) If your email works, click Admin Panel / Settings / Registration / [X] Disable self-registration. Then invite new users to selected boards by email address.

Deleting Users

No delete feature yet