Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Oct 4, 2024
1 parent db2ab36 commit 44e3b5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
# s.b. GitLab
(?<![&*.]|// |\btype )\bGitlab\b(?![{)])

# s.b. JavaScript
\bJavascript\b

# s.b. macOS or Mac OS X or ...
\bMacOS\b

Expand Down
8 changes: 4 additions & 4 deletions docs/en/modules/admin/pages/system.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= System
= System

Every Decidim is multi-tenant by default. That means that you can have multiple organizations inside of your same installation. This is being used for instance for the Barcelona and Girona Provincials Governments, for offering Decidim installations to many small cities, or by the City of Barcelona, for giving service to lots of organizations (NGOs, cooperatives, etc).

Expand All @@ -10,18 +10,18 @@ image::system-log_in.png[system panel log in]

== 1. Create an admin account

For logging in to this dashboard, you'll need to create a system admin account from your terminal:
For logging in on this dashboard, you'll need to create a system admin account from your terminal:

[source, console]
....
bin/rails decidim_system:create_admin
....

You'll be asked for an email and a password. For security, the password will not get displayed back at you and you'll need to confirm it.
You'll be asked for an email and a password. For security, the password will not get displayed back at you and you'll need to confirm it.

== 2. Access the Dashboard

With the email and password that you've added in the past step, you'll be able to log in. After you've logged in, you'll see an empty dashboard:
With the email and password that you've added in the past step, you'll be able to log in. After you've logged in, you'll see an empty dashboard:

image::system-dashboard.png[system empty dashboard]

Expand Down

0 comments on commit 44e3b5b

Please sign in to comment.