WP Manifestindependent plugin directory
manifest / users / wp-appwrite-login

Appwrite Login

The WordPress plugin that integrates Appwrite login with the WordPress login page, allowing users to sign in using Appwrite credentials & manage settings.

by Kartik Mehta · github.com/kartikmehta8/wp-appwrite-login · website

3stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/kartikmehta8/wp-appwrite-login/archive/refs/heads/main.zip

From the readme

Appwrite Login Plugin for WordPress The Appwrite Login Plugin is a WordPress plugin that integrates Appwrite authentication with the WordPress login form. It allows users to log in using their Appwrite credentials and manage login settings through the WordPress admin interface. Features - Adds a "Use Appwrite Credentials" button to the WordPress login form. - Integrates with Appwrite user authentication, allowing users to log in via Appwrite. - Automatically creates WordPress accounts for Appwrite users if they don't already exist. - Disables the WordPress "Send password reset" link for Appwrite users, as password management is handled via Appwrite. - Admin settings page for configuring Appwrite credentials (API Key, Project ID, and Endpoint). - Option to enable or disable the "Use Appwrite Credentials" button based on settings. Installation 1. Download or clone this repository to your WordPress plugin directory (/wp-content/plugins/). 2. Run composer install in the plugin directory to install the Appwrite SDK dependencies. 3. Activate the plugin through the WordPress admin panel. 4. Go to Settings Appwrite Login and configure the necessary Appwrite settings (API Key, Project

Read the full README on GitHub →