Tag

Account Management

0 views collected around this technical thread.

Top Architect
Top Architect
Feb 22, 2022 · Backend Development

Designing a Multi‑Account Unified Login System and Optimized Authentication Flow

This article explains how to design a scalable multi‑account login architecture—including self‑built phone‑number registration, optimized password‑optional flows, third‑party integrations such as Weibo, and a unified user‑basic and user‑auth table schema—while also covering one‑click carrier‑based login and its advantages and drawbacks.

Account ManagementBackendDatabase Design
0 likes · 16 min read
Designing a Multi‑Account Unified Login System and Optimized Authentication Flow
Architecture Digest
Architecture Digest
Jan 2, 2022 · Backend Development

Designing a Unified Multi‑Account Login System: Schemas, Flows, and One‑Click Authentication

This article explains how to design a flexible multi‑account login system—including self‑built mobile‑number registration, optimized password‑less login, third‑party OAuth integration, database schema separation, and carrier‑based one‑click login—while weighing the advantages and drawbacks of each approach.

Account ManagementBackendDatabase Design
0 likes · 16 min read
Designing a Unified Multi‑Account Login System: Schemas, Flows, and One‑Click Authentication
政采云技术
政采云技术
Oct 19, 2021 · Frontend Development

Building a Chrome Extension for Quick Account Switching and Management

This article explains how to design and implement a Chrome extension using React, Webpack, and JavaScript to store multiple login accounts, tag them, isolate environments, and provide one‑click login directly from the browser and VS Code, improving efficiency for testers, developers, and product teams.

Account ManagementChrome ExtensionReAct
0 likes · 13 min read
Building a Chrome Extension for Quick Account Switching and Management
Practical DevOps Architecture
Practical DevOps Architecture
Jan 5, 2021 · Databases

MySQL User Permissions: Creating, Granting, Viewing, and Deleting Accounts

This guide explains MySQL's three levels of user permissions, shows how to create accounts with various host specifications, demonstrates how to delete users, list existing accounts, and display a specific user's granted privileges using SQL statements.

Account ManagementMySQLSQL
0 likes · 3 min read
MySQL User Permissions: Creating, Granting, Viewing, and Deleting Accounts
Efficient Ops
Efficient Ops
Feb 12, 2020 · Information Security

Essential Linux Security Hardening: Accounts, Services, and Rootkit Protection

This guide presents a comprehensive Linux security hardening checklist covering account and login safety, unnecessary service removal, password and key authentication policies, sudo usage, filesystem protection, remote access safeguards, rootkit detection tools, and step‑by‑step incident response for compromised servers.

Account ManagementHardeningLinux
0 likes · 27 min read
Essential Linux Security Hardening: Accounts, Services, and Rootkit Protection
Efficient Ops
Efficient Ops
Aug 28, 2019 · Operations

How to Harden Linux Server Security: Account, Login, and Boot Controls

This guide details practical Linux server hardening techniques—including account cleanup, password policies, su/sudo restrictions, login controls, and BIOS/GRUB protection—while providing exact command examples for operations teams to quickly improve system security.

Account ManagementLinuxoperations
0 likes · 12 min read
How to Harden Linux Server Security: Account, Login, and Boot Controls