Switching SSL certificate provider and improving security + new domain

Today there are two changes for my website: Switched SSL CA Changed default site authentication algorithm I’ve switched my SSL certificate CA/provider from Let’s Encrypt to Google Trust Services (GTS). This will improve site confidence and security. I’ve also changed my website default authentication algorithm from AES_128_GCM to AES_256_GCM, which will provide improved security to …

Error while creating users without a social account

UPDATE: The issue has been fixed. There’s an error in the login service that prevents login/creating accounts without a social account (by using username-email-password). I’m trying to solve this problem as fast as posible. Meanwhile, use social accounts – they work well. Thanks a lot for using my software.

New login system provider: Auth0

I’ve implemented Auth0’s login system into my website. You’ll still have access to your lumito.net old account, but with the following benefits: A modern-looking and intuitive UI Multi-website login (if in the future I create another website and/or app that requires users to sign-in, you won’t need to create a separate account for that service) …

Changes to the website’s login system

Today I’ve made some changes to the website’s login system to improve user experience and add functionality. The custom login form and “My account” page has been removed. Now, by clicking on the “My account” button, you’ll be redirected to WordPress’ admin profile page. The login and registration form goes back to WordPress’ default one. …