Closed
Description
As documented here data-allow-remember-me
we should make this configurable via s2Member as well; making it possible for a site owner to disable the "remember me" functionality if they so desire.
For now, a temporary solution is as follows...
Open this file in a text editor...
/s2member-pro/includes/separates/gateways/stripe/stripe.js
Find all occurrences of allowRememberMe: true
and change them to allowRememberMe: false
. Now save stripe.js
as stripe-min.js
; allowing it to override your existing copy of stripe-min.js
.