PHPackages                             1account/1account-age-verification - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. 1account/1account-age-verification

ActiveMagento2-module

1account/1account-age-verification
==================================

Magento 2 Customer 1Account Verification

1.0.4(3y ago)0192OSL-3.0PHP

Since Jun 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/1account/1account-age-verification)[ Packagist](https://packagist.org/packages/1account/1account-age-verification)[ RSS](/packages/1account-1account-age-verification/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)DependenciesVersions (6)Used By (0)

1 Account Age Validation for Magento 2
======================================

[](#1-account-age-validation-for-magento-2)

The features of this extension:
-------------------------------

[](#the-features-of-this-extension)

### Frontend:

[](#frontend)

- Only validated by 1Account users can place orders.
- Saving users AV\_STATUS for next orders.
- If guests can make orders in your store their AV\_STATUS will save to cookies.

### Backend:

[](#backend)

- Display customers AV\_STATUSES in the customer grid.
- Possibility to change users AV\_STATUSES.
- Show orders AV\_STATUSES in order grid.
- Possibility to change orders AV\_STATUSES

Introduction installation:
--------------------------

[](#introduction-installation)

### Step 1: Download extension using Composer

[](#step-1-download-extension-using-composer)

#### 1.1 Login to your Magento 2 Hosting site using SSH connection

[](#11-login-to-your-magento-2-hosting-site-using-ssh-connection)

#### 1.2 Go to Magento root directory

[](#12-go-to-magento-root-directory)

```
cd /Magento_root_directory

```

#### 1.2 Download extension

[](#12-download-extension)

```
composer require 1account/1account-age-verification

```

### Step 2: Enable extension

[](#step-2-enable-extension)

#### 2.1 Check if module OneAccount\_OneAccountAgeVerification upload successfully

[](#21-check-if-module-oneaccount_oneaccountageverification-upload-successfully)

```
php bin/magento module:status

// output should contain OneAccount_OneAccountAgeVerification at "List of disabled modules"

List of disabled modules:
OneAccount_OneAccountAgeVerification

```

#### 2.2 Enable module

[](#22-enable-module)

```
php bin/magento module:enable OneAccount_OneAccountAgeVerification

// output

The following modules have been enabled:
- OneAccount_OneAccountAgeVerification

```

##### (we recommended enable maintenance mode for clear downtime)

[](#we-recommended-enable-maintenance-mode-for-clear-downtime)

```
php bin/magento maintenance:enable

```

#### 2.4 Run upgrade command

[](#24-run-upgrade-command)

```
php bin/magento setup:upgrade

```

#### 2.5 Recompile your site

[](#25-recompile-your-site)

```
php bin/magento setup:di:compile

```

#### 2.6 Rebuild static content

[](#26-rebuild-static-content)

```
php bin/magento setup:static-content:deploy

```

#### 2.7 Reindex your store

[](#27-reindex-your-store)

```
php bin/magento indexer:reindex

```

#### 2.8 Clear cache

[](#28-clear-cache)

```
php bin/magento c:c

```

(if there are no command bin/magento c:c go to Admin Panel -&gt; System -&gt; Cache Management and press "Flush Magento Cache")

##### (disable maintenance if you enabled it before)

[](#disable-maintenance-if-you-enabled-it-before)

```
php bin/magento maintenance:disable

```

Results
-------

[](#results)

### Backend

[](#backend-1)

#### Enable extension

[](#enable-extension)

Go to

```
Admin Panel->Stores->Configuration->ONEACCOUNT->General

```

- Choose YES in Enable Module
- Enter your valid clientID and clientSecret from 1account.net
- Press Save Config and if data valid avLevel will set automatically
- In the orders list appeared a new column AV Validation
    - It set automatically when the order created
    - You can change it manually in the order view page in the "1Account Status" tab
- In the customers list appeared a new column AV Status
    - It sets automatically when a customer validated on checkout
    - You can change it manually in customer view page in "Account information" tab

### Frontend

[](#frontend-1)

When you place an order before creating an order you will see 1Account modal. If you pass 1Account validation - order will continue.

Remove module
-------------

[](#remove-module)

```
composer remove 1account/1account-age-verification

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~185 days

Total

3

Last Release

1414d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50adabde4995291262056800b5fdd5577cf053759bcec74b850b64043c219a1b?d=identicon)[1account](/maintainers/1account)

---

Top Contributors

[![artem-Ek](https://avatars.githubusercontent.com/u/82798287?v=4)](https://github.com/artem-Ek "artem-Ek (7 commits)")[![1account](https://avatars.githubusercontent.com/u/72133819?v=4)](https://github.com/1account "1account (5 commits)")[![MageShop57](https://avatars.githubusercontent.com/u/103524485?v=4)](https://github.com/MageShop57 "MageShop57 (1 commits)")[![robertoalx](https://avatars.githubusercontent.com/u/38949021?v=4)](https://github.com/robertoalx "robertoalx (1 commits)")

### Embed Badge

![Health badge](/badges/1account-1account-age-verification/health.svg)

```
[![Health](https://phpackages.com/badges/1account-1account-age-verification/health.svg)](https://phpackages.com/packages/1account-1account-age-verification)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
