> For the complete documentation index, see [llms.txt](https://docs.rimodellegislature.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rimodellegislature.com/accounts/switching-to-password-login.md).

# Switching to Password Login

By default, all users will use their RICSS-issued (@rimodellegislature.com or @risocialstudies.org) Google Accounts to authenticate into the Secure Access system.&#x20;

However, some Chromebook-only school districts are unable to login to the system using this method, as it conflicts with their district-issued Google accounts. As a work-around, follow the instructions below to switch to a password-based login experience.

{% hint style="info" %}
These steps must be completed on a NON-Chromebook device, as the student or faculty member must log into Secure Access at least once (to switch to the password-based method).
{% endhint %}

{% tabs %}
{% tab title="Instructions" %}

1. Navigate to <https://app.rimodellegislature.com/authentication> and sign-in with your existing Google credentials.
2. Click your profile picture in the top-right, or go to <https://app.rimodellegislature.com/landing?page=Account>.
3. Check the checkbox that says "Use password to login (unchecked allows the default of Google authentication)"&#x20;
4. Upon checking this box, you will be logged out of Secure Access and sent a password-reset link to your @rimodellegislature.com or @risocialstudies.org gmail account. Check this email and click the link to set your password.&#x20;
5. On subsequent logins, you will now be prompted for a password instead of a Google redirect.
   {% endtab %}

{% tab title="Video Guide" %}
{% embed url="<https://youtu.be/MD15uuhqLNo>" %}
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
The link to choose your password is time-sensitive, so you should complete all these steps at the same time. If the link expires, you can always use the "Password Reset" button **AFTER** you enter your email at the login box.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rimodellegislature.com/accounts/switching-to-password-login.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
