Skip to content

Adding users

Lauri Ojansivu edited this page Jul 11, 2022 · 9 revisions

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

Wekan

General

Fake: Not WeKan kanban

Security

Scaling

Migrating

Support priorities for new features and bugfixes

  1. Commercial Support
  2. Community Support
  3. Debugging

Backup

Repair

Themes

Markdown Syntax

Login Auth

Metrics, Logs, Stats

Integrations

Time

Features

Email

Required Settings

Download

Webservers

REST API Docs

REST API issue

REST API client code

Webhooks

Case Studies

Development

Issues

Clone this wiki locally