login.rpw.app Open in urlscan Pro
2606:4700:3030::6815:5cd2  Public Scan

URL: https://login.rpw.app/
Submission: On September 25 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="login" apiurl="/v1/login">
  <div class="card shadow-2-strong" style="border-radius: 1rem;">
    <div class="card-body p-5 text-center">
      <h3 class="mb-5">Login to <span id="appName">RPW</span></h3>
      <div class="input-group input-group-lg mb-3">
        <span class="input-group-text">
          <i class="fas fa-user" aria-hidden="true"></i>
        </span>
        <div class="form-outline" style="flex: 1;">
          <input id="username" name="username" type="text" class="form-control form-control-lg rounded" aria-label="Username">
          <label class="form-label" for="username" style="margin-left: 0px;">Username</label>
          <div class="form-notch">
            <div class="form-notch-leading" style="width: 9px;"></div>
            <div class="form-notch-middle" style="width: 64.8px;"></div>
            <div class="form-notch-trailing"></div>
          </div>
        </div>
      </div>
      <div class="input-group input-group-lg mb-3">
        <span class="input-group-text">
          <i class="fas fa-lock" aria-hidden="true"></i>
        </span>
        <div class="form-outline" style="flex: 1;">
          <input id="password" name="password" type="password" class="form-control form-control-lg rounded" aria-label="Password">
          <label class="form-label" for="password" style="margin-left: 0px;">Password</label>
          <div class="form-notch">
            <div class="form-notch-leading" style="width: 9px;"></div>
            <div class="form-notch-middle" style="width: 64px;"></div>
            <div class="form-notch-trailing"></div>
          </div>
        </div>
      </div>
      <div class="d-flex justify-content-between align-items-center mb-4">
        <div class="form-check">
          <input class="form-check-input" name="remember" type="checkbox" id="remember-me" checked="" tabindex="-1">
          <label class="form-check-label" for="remember-me">Remember me</label>
        </div>
        <a href="#" data-mdb-target="#forgotPassword" data-mdb-toggle="modal" tabindex="-1">Forgot password?</a>
      </div>
      <input type="hidden" name="type" value="main">
      <button id="loginButton" class="btn btn-primary btn-lg btn-block" type="submit">Login</button>
      <hr class="my-4">
      <button class="btn btn-lg btn-block btn-primary" style="background-color: #dd4b39;" type="button" onclick="signInWithGoogle()"><i class="fab fa-google me-2" aria-hidden="true"></i> Sign in with google</button>
    </div>
  </div>
</form>

GET https://reset-password.raspberry-pi.uk

<form method="GET" action="https://reset-password.raspberry-pi.uk">
  <div class="modal-body"> Enter your email to recieve a link to reset your password: <div class="form-outline mt-2">
      <input id="email" name="email" type="email" class="form-control">
      <label for="email" class="form-label" style="margin-left: 0px;">Email</label>
      <div class="form-notch">
        <div class="form-notch-leading" style="width: 9px;"></div>
        <div class="form-notch-middle" style="width: 8px;"></div>
        <div class="form-notch-trailing"></div>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-secondary" data-mdb-dismiss="modal">Cancel</button>
    <button type="submit" class="btn btn-primary">Reset</button>
  </div>
</form>

Text Content

Checking sign-in
status...


LOGIN TO RPW

Username

Password

Remember me
Forgot password?
Login

--------------------------------------------------------------------------------

Sign in with google




RESET PASSWORD

Enter your email to recieve a link to reset your password:
Email

Cancel Reset
This Website is powered by a Raspberry Pi Computer, however this site has no
affiliation to the Raspberry Pi Foundation, which can be found at
www.raspberrypi.org. Raspberry PiĀ® is a trademark of Raspberry Pi Ltd.