Title: Limesnip Simple2FA
Author: Maurice Hason
Published: <strong>15 ເມສາ 2026</strong>
Last modified: 13 ສິງຫາ 2026

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/limesnip-simple2fa/assets/banner-772x250.png?rev=3506606)

![](https://ps.w.org/limesnip-simple2fa/assets/icon.svg?rev=3506606)

# Limesnip Simple2FA

 ໂດຍ [Maurice Hason](https://profiles.wordpress.org/mhason/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/limesnip-simple2fa.1.3.3.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/limesnip-simple2fa/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/limesnip-simple2fa/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/limesnip-simple2fa/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/limesnip-simple2fa/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/limesnip-simple2fa/)

## ຄຳອະທິບາຍ

Limesnip Simple2FA adds email-based two-factor authentication to your site. After
entering their username and password, users receive a 6-digit verification code 
via email that they must enter to complete login.

**Features:**

 * Email-based 2FA – no authenticator app required
 * Clean, Linear-inspired verification UI
 * Auto-advancing digit inputs with paste support
 * Auto-submit when all digits are entered
 * Role-based enforcement – choose which roles require 2FA
 * Configurable code expiration and max attempts
 * Optional “Remember this device” feature
 * HTML and plain text email support
 * Secure code storage (SHA-256 hashed)
 * Fully responsive design

## ພາບໜ້າຈໍ

[⌊The verification screen shown to users after login.⌉⌊The verification screen shown
to users after login.⌉[

The verification screen shown to users after login.

[⌊The email the user receives with their verification code.⌉⌊The email the user 
receives with their verification code.⌉[

The email the user receives with their verification code.

[⌊The plugin settings page.⌉⌊The plugin settings page.⌉[

The plugin settings page.

## ການຕິດຕັ້ງ

 1. Upload the `limesnip-simple2fa` folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings > Limesnip Simple2FA to configure

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### Which email is used for the verification code?

The code is sent to the email address registered in the user’s WordPress profile.

### Can I customize the verification email?

Yes. You can upload a logo that appears in the email, choose between HTML and plain
text format, and edit the email subject line. Go to Settings > Limesnip Simple2FA
to configure these options.

### Can I customize the 2FA login screen?

Yes. You can upload a logo that appears on the verification screen. Go to Settings
> Limesnip Simple2FA to configure this.

### What happens if the code expires?

Users can click “Resend code” to receive a new code. There is a 60-second cooldown
between resends.

### Can users skip 2FA on trusted devices?

If enabled by the admin in settings, users can check “Remember this device” to skip
2FA for a configurable number of days.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Limesnip Simple2FA” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມ
ໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Maurice Hason ](https://profiles.wordpress.org/mhason/)

[ແປ “Limesnip Simple2FA” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/limesnip-simple2fa)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/limesnip-simple2fa/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/limesnip-simple2fa/), ຫຼື ຕິດຕາມ
[ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/limesnip-simple2fa/) ຜ່ານ
[RSS](https://plugins.trac.wordpress.org/log/limesnip-simple2fa/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.3.3

 * Changed: Restored the Deactivate and Delete action links on the Plugins page 
   so the plugin can be managed like any other WordPress plugin (these were hidden
   in v1.2.4)

#### 1.3.2

 * Fixed: Added missing translator comments to every internationalized string that
   uses a `%s` / `%d` placeholder, so translators on WordPress.org can see exactly
   what each placeholder represents (resolves WordPress.WP.I18n.MissingTranslatorsComment
   notices flagged by Plugin Check)

#### 1.3.1

 * Changed: Verification screen now sits near the top of the page (matching the 
   standard WordPress login form position) instead of being vertically centered
 * Changed: Verification screen background updated to #f0f0f1 to match the standard
   WordPress login screen
 * Changed: Verification digits now use a heavier 900 font weight for stronger legibility
 * Fixed: Layout no longer shifts when the “Verifying…” row appears after the last
   digit is typed — the row’s height is now reserved from the start
 * Changed: “Remember device” duration is now a dropdown limited to 7, 14, or 30
   days (default 14) instead of a free-text number field
 * Changed: Footer line on the settings page now shows only the plugin name and 
   version

#### 1.3.0

 * Added: Full-page loading overlay shown after successful verification, so users
   know their code was accepted and the dashboard is loading
 * Added: Verification digits are grayed out and disabled once the code is accepted,
   giving immediate visual confirmation
 * Added: Auto-redirect to the plugin settings page on first activation so you can
   configure and test right away
 * Added: Editor role is now enforced for 2FA by default (alongside Administrator)
 * Added: If the site has a Site Logo set in the Customizer, it is automatically
   used as the plugin’s default logo on activation

#### 1.2.8

 * Initial public release

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.3.3**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **1 ອາທິດ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **40+**
 *  ເວີຊັນ WordPress ** 6.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **7.1**
 *  ເວີຊັນ PHP ** 7.4 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/limesnip-simple2fa/)
 * ແທັກ
 * [2FA](https://lo.wordpress.org/plugins/tags/2fa/)[authentication](https://lo.wordpress.org/plugins/tags/authentication/)
   [email verification](https://lo.wordpress.org/plugins/tags/email-verification/)
   [security](https://lo.wordpress.org/plugins/tags/security/)[two factor](https://lo.wordpress.org/plugins/tags/two-factor/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/limesnip-simple2fa/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[ການທົບທວນຂອງທ່ານ](https://wordpress.org/support/plugin/limesnip-simple2fa/reviews/#new-post)

[ເບິ່ງທັງໝົດ ການຣີວິວ](https://wordpress.org/support/plugin/limesnip-simple2fa/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Maurice Hason ](https://profiles.wordpress.org/mhason/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/limesnip-simple2fa/)