Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-api-user-management-signup

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-api-user-management-signup - npm Package Compare versions

Comparing version 0.0.552 to 0.0.553

6

app/public.account/js/views/login.js

@@ -20,7 +20,7 @@

success : function(responseText, status, xhr, $form){
if( ga != undefined ) ga('send', 'event', 'userdashboard','login', 'succes', 1);
if( typeof(ga) != 'undefined' ) ga('send', 'event', 'userdashboard','login', 'succes', 1);
if (status == 'success') window.location.href = '/home';
},
error : function(e){
if( ga != undefined ) ga('send', 'event', 'userdashboard', 'login', 'fail', 1);
if( typeof(ga) != 'undefined' ) ga('send', 'event', 'userdashboard', 'login', 'fail', 1);
lv.showLoginError('Login Failure', 'Please check your username and/or password');

@@ -48,4 +48,6 @@ }

ev.showEmailSuccess("Check your email on how to reset your password.");
if( typeof(ga) != 'undefined' ) ga('send', 'event', 'userdashboard','reset_password', 'error', 1);
},
error : function(){
if( typeof(ga) != 'undefined' ) ga('send', 'event', 'userdashboard','reset_password', 'succes', 1);
ev.showEmailAlert("Sorry. There was a problem, please try again later.");

@@ -52,0 +54,0 @@ }

@@ -16,3 +16,3 @@

success : function(responseText, status, xhr, $form){
if( ga != undefined ) ga('send', 'event', 'userdashboard','login', 'reset_password', 1);
if( typeof(ga) != 'undefined' ) ga('send', 'event', 'userdashboard','login', 'reset_password', 1);
rv.showSuccess("Your password has been reset.");

@@ -19,0 +19,0 @@ setTimeout(function(){ window.location.href = '/'; }, 3000);

@@ -14,3 +14,3 @@

$('.modal-alert').modal('show');
if( ga != undefined ) ga('send', 'event', 'userdashboard','signup', 'succes', 1);
if( typeof(ga) != 'undefined' ) ga('send', 'event', 'userdashboard','signup', 'succes', 1);
}

@@ -20,6 +20,6 @@ },

if (e.responseText == 'email-taken'){
if( ga != undefined ) ga('send', 'event', 'userdashboard','signup', 'email_taken', 1);
if( typeof(ga) != 'undefined' ) ga('send', 'event', 'userdashboard','signup', 'email_taken', 1);
av.showInvalidEmail();
} else if (e.responseText == 'username-taken'){
if( ga != undefined ) ga('send', 'event', 'userdashboard','signup', 'invalid_username', 1);
if( typeof(ga) != 'undefined' ) ga('send', 'event', 'userdashboard','signup', 'invalid_username', 1);
av.showInvalidUserName();

@@ -26,0 +26,0 @@ }

{
"name": "express-api-user-management-signup",
"version": "0.0.552",
"version": "0.0.553",
"description": "adds user frontend with login-, registration-, and webhook- features to your (express) application. Startingpoint for DIY api management",

@@ -5,0 +5,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc