Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wcr.is/llms.txt

Use this file to discover all available pages before exploring further.

To access role-specific content and features on the WeCareRemote blog, you need to be logged in. WeCareRemote provides a dedicated login page and an embeddable login form shortcode that any page on the blog can use.

Using the login page

The quickest way to log in is through the dedicated login page at blog.wcr.is/test-1.
1

Navigate to the login page

Go to blog.wcr.is/test-1 in your browser.
2

Enter your credentials

Type your email address and password into the login form.
3

Click the login button

Submit the form to authenticate your account.
4

Confirm your session

The page header updates to reflect your role — refugee user (blog) or NGO administrator (org_admin). Role-specific menu items become visible in the navigation.

Embedding the login form

Any WordPress page on the blog can include the login form using the [wcr_login_form] shortcode. Add the shortcode to your page content to embed the full login form inline:
[wcr_login_form]
This renders the same login form as the dedicated login page, so users can authenticate without navigating away.

Displaying user info

After a user logs in, you can display their profile information on any page using the [angular_user_info] shortcode:
[angular_user_info]
This shortcode reads the current user’s JWT token and displays the following profile fields:
FieldDescription
idUnique user identifier
usernameLogin username
nameDisplay name
emailEmail address
permissionsArray of roles assigned to the account
organization.nameName of the associated organization

After logging in

Once you are authenticated, the blog adapts to your account:
  • The header and navigation update to reflect your role
  • Role-specific menu items become visible
  • Content targeted at your role becomes accessible
Your login credentials are the same across the entire WeCareRemote platform — the same account and password work for the blog, the AI assistant, and video conferencing.