# I need if someone login with password

**URL:** https://community.glideapps.com/t/i-need-if-someone-login-with-password/33290
**Category:** Ask for Help
**Created:** [October 19, 2021, 3:24pm UTC](https://community.glideapps.com/t/i-need-if-someone-login-with-password/33290 "2021-10-19T15:24:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [October 19, 2021, 3:24pm UTC](https://community.glideapps.com/t/i-need-if-someone-login-with-password/33290/1 "2021-10-19T15:24:39Z")

</div>

Hi  
I need to send an email to the recipient if someone login with that password.is that possible?

I have an app which is protected by password.  
If someone login with that password I need to automatically send notification to the original app user.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [October 19, 2021, 11:30pm UTC](https://community.glideapps.com/t/i-need-if-someone-login-with-password/33290/2 "2021-10-19T23:30:50Z")

</div>

As far as I know, there is no native features to notify a user of sign-in behavior in general. There isn’t for instance login validation where you would check the email of the user signing in against another email – the owner of the app for instance – and then notify the owner of the app.

You could, however, rebuild this feature I think within the app. Once a user signs in, on an onboarding screen, you could force the user to tap a button to move forward. You could create a custom action on this button with conditionals, checking the email of the user signed in against another email, and then using the “Send email” action if there was a breach.
