+ Captcha improvements, removed all characters that looked similar to each other. (O o, c C, x X, z Z, etc)
+ Removed IP2Proxy
+ `Two-Step Session` is used for email and sms verification instead of `Verification Session`
+ `Verification Session` is now instead used for any verification method that requires some form of code, challenge, or key
+ Sessions now have their own cache rather than sharing a single `session-cache`
+ Documentation
+ Auth.ini is now security.ini
+ Merged and deleted some modules
+ Code is now formatted using Black