Name

global.PasswordHistory

Description

No description available

Script

var PasswordHistory = Class.create();
PasswordHistory.getDefaultHistoryLimit = function (){
  return GlidePropertiesDB.get('password_reset.history.limit', 10);
};

Sys ID

10bdb7570b310300d4682f15d6673aad

Offical Documentation

Official Docs: