thgh / payload-plugin-wordpress-password

Migrate wordpress passwords to your Payload server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable users to use their existing Wordpress password in Payload

Software License Issues NPM

Features

  • Marks the user as migrated after the first use of the Wordpress password.

Installation

npm install payload-plugin-wordpress-password
# or
yarn add payload-plugin-wordpress-password

Usage

// payload.config.ts
import { wordpressPassword } from 'payload-plugin-wordpress-password'

export default buildConfig({
  plugins: [wordpressPassword()],
})

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Contributions and feedback are very welcome.

To get it running:

  1. Clone the project.
  2. npm install
  3. npm run build

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Migrate wordpress passwords to your Payload server

License:MIT License


Languages

Language:TypeScript 100.0%