You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new API for field markup on module settings pages. - This in the works, and needs to be cleaned up to work with all of our fields and field types, including nested fields and fields in individual containers.
Change incorrect_password to invalid_password
Change incorrect_password in switch statements, and set text key to sanitize_title( $name )
Blocked login attempts should redirect to the login screen, with a notice that they are blocked (with possibly a custom message as per why they are blocked).
Create new API for field markup on module settings pages. - This in the works, and needs to be cleaned up to work with all of our fields and field types, including nested fields and fields in individual containers.
Change
incorrect_passwordtoinvalid_passwordChange
incorrect_passwordin switch statements, and set text key tosanitize_title( $name )Blocked login attempts should redirect to the login screen, with a notice that they are blocked (with possibly a custom message as per why they are blocked).