WeCareRemote’s blog dynamically adapts what you see based on your account role. Refugee users see content relevant to accessing services, while NGO administrators get additional publishing and management capabilities. The changes happen automatically when you log in — no configuration needed on your part.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.
Access by role
- Logged out
- Refugee user (blog)
- NGO admin (org_admin)
When you visit the blog without logging in, you see the public view:
- Public articles and resources available to all visitors
- A login prompt in the page header
- The standard public navigation menu
Menu item visibility
Navigation menus on the blog are configured to show items selectively based on login status and role. A menu item can be set to display for:- All visitors — shown to everyone, including logged-out users
- Logged-in users — shown to any authenticated user regardless of role
- Specific roles — shown only to
blogusers or only toorg_adminusers
Changing your role
Roles are assigned by WeCareRemote administrators when your account is created or updated. You cannot change your own role. If you need a different level of access — for example, if you are an NGO staff member who needsorg_admin access — contact WeCareRemote support to request a role change.
Your permissions are encoded in your JWT token at login. Every time the blog verifies your session, it reads the
permissions field from the token to determine what you can access. You can view your current permissions using the [angular_user_info] shortcode on any blog page.