[go: up one dir, main page]

Open Source User Management Systems - Page 5

User Management Systems

View 5745 business solutions
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Weblooker

    Weblooker

    Weblooker monitors serveral services on multiple systems for their sta

    Weblooker monitors serveral services on multiple systems for their status, up- and downtimes. A webgui and Android client to view the current status and logged downtimes is available as separately package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The idea of wiggem is to create a secure login system for anything private. Users are stored in a MYSQL database. Inspired by Phortify Wiggem uses sessions instead of cookies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A true starting point for any dynamic website. By using Xi System you can have a Registration/Login system including a members list, profiles, a PM system and other features set up within a few minutes! It is also very easy to integrate into any design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is to maintain personal information, create group and add user to various group. This also has reminder and other personal data management, written in perl. Its uses MVC architercture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • OpManager the network monitoring software used by over 1 million IT admins Icon
    OpManager the network monitoring software used by over 1 million IT admins

    Network performance monitoring, uncomplicated.

    ManageEngine OpManager is a powerful network monitoring software that provides deep visibility into the performance of your routers, switches, firewalls, load balancers, wireless LAN controllers, servers, VMs, printers, and storage devices. It is an easy-to-use and affordable network monitoring solution that allows you to drill down to the root cause of an issue and eliminate it.
    Learn More
  • 5
    A small set of PHP classes and functions that can be used as an easy way to store user information and be used as a login system. It also supports cross-site authentication. authC is written in PHP, and should work on PHP5 (4 is untested).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    dex

    dex

    OpenID Connect (OIDC) identity and OAuth 2.0 provider

    Dex is an identity service that uses OpenID Connect to drive authentication for other apps. Dex acts as a portal to other identity providers through “connectors.” This lets Dex defer authentication to LDAP servers, SAML providers, or established identity providers like GitHub, Google, and Active Directory. Clients write their authentication logic once to talk to Dex, then Dex handles the protocols for a given backend. Dex acts as a portal to other identity providers through "connectors." This lets dex defer authentication to LDAP servers, SAML providers, or established identity providers like GitHub, Google, and Active Directory. Clients write their authentication logic once to talk to dex, then dex handles the protocols for a given backend.ID Tokens are an OAuth2 extension introduced by OpenID Connect and dex's primary feature. ID Tokens are JSON Web Tokens (JWTs) signed by dex and returned as part of the OAuth2 response that attest to the end user's identity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    dream-cms

    Free and Open Source Web Sites Builder

    Everything for the real website DreamCMS is open and completely free web application for the construction websites of any complexity. We will provide you with all the self-creation of the site without any special knowledges, and html. Never before web development was not so simple. In your hands will be a modern, convenient and simple tool: a free online business card, online shop or the official website of the company. Focus on your business. We will do everything else. And all this is really free, no hidden fees Make a website - it's just DreamCMS allows you to create your own website quickly and cost-effectively. Site can be done from scratch in just a few clicks. See for yourself: create a page, choose a design, add the desired widgets, place contact information and safely run your site. Create a website for yourself and without special skills - try a free website builder and start to develop your online business today.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    frequencyCMS

    frequencyCMS

    FrequencyCMS is a a light-weight, free and open source CMS.

    FrequencyCMS is a a light-weight, free and open source content management system (CMS in short) which enables you to create websites, portals, blogs and "mini" social networks. It is written and developed by Đorđe Jocić and released under the GNU Affero General Public Licence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    gotrue-js

    gotrue-js

    An isomorphic Javascript library for GoTrue

    An isomorphic JavaScript client library for the GoTrue API. gotrue-js uses the cross-fetch library to make HTTP requests, but an alternative fetch implementation can be provided as an option. This is most useful in environments where cross-fetch is not compatible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful Website Security | Continuous Web Threat Platform Icon
    Powerful Website Security | Continuous Web Threat Platform

    Continuously detect, prioritize, and validate web threats to quickly mitigate security, privacy, and compliance risks.

    Reflectiz is a comprehensive web exposure management platform that helps organizations proactively identify, monitor, and mitigate security, privacy, and compliance risks across their online environments. Designed to address the growing complexity of modern websites, Reflectiz provides full visibility and control over first, third, and even fourth-party components, such as scripts, trackers, and open-source libraries that often evade traditional security tools.
    Learn More
  • 10
    Simple, lightweight hypertext database front-end and login system using flat text files or mysql to store all data. Designed for keeping addresses and phone numbers. Written in PHP and javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    nest-user-auth

    nest-user-auth

    A build for a back end which implements managing users with MongoDB

    This project uses NestJS, GraphQL, and MongoDB. This project implements user authentication. It will be easy to add other GraphQL schemas following the same structure. User auth is implemented in this project because it is one of the hardest and most common things to create for an API. The intent of this project is to provide an example of how to integrate all of these technologies together that are in the NestJS documentation (NestJS, GraphQL, MongoDB, Mongoose, Passport, JWT, DotEnv, Joi, Jest) into a working backend. If you recognize an anti-pattern or a better way to do something, please post an issue. It is challenging not to repeat the structure of the models in the GraphQL schema, Mongo schema, and Typescript interfaces. The goal is to have one truth point for the models and extend that data when more data is needed. With NestJS 6.0.0 a code first approach was introduced. This project uses the schema first approach to be language agnostic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    php User Base is a basic user management system that allows you to register users on your web site. Content can then be restricted to registered users. The colors and lay out can easily be configured to suit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    php login with  email validation

    php login with email validation

    Complete PHP Login with Email Validation System

    This is the only complete php login system developed in core php. The system has many features that enable you to learn php Object Oriented Programming (OOP). This program is also very useful for those that want to learn how to create a complete login system in php. INSTALLATION AND SETUP PROCEDURE: https://www.youtube.com/channel/UCBemL4ht7jmZY9tJ8NGkS-A?sub_confirmation=1 subscribe to our youtube channels for more source codes. More source codes: Complete Login System with Email Verification and Validation in PHP : https://sourceforge.net/projects/codeigniter-admin-template/ https://sourceforge.net/projects/chat-app-in-socketio-expressjs/ MULTI BRANCH SCHOOL SYSTEM WITH LIVE STREAMING CLASSROOM Demo: https://www.optimumlinkupsoftware.com/multibranch/ OFINE SCHOOL SYSTEM WITH LIVE STREAMING CLASSROOM Demo: https://www.optimumlinkupsoftware.com/ofineschool/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    phpEmailUser

    phpEmailUser

    Simple user login management in php with sessions.

    Simple user login management with sessions. User registers with email address as user name and receives verification email. Basic admin interface, "forgot password" feature, customizable user data fields, login attempt limitation, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    phpRegister Project

    phpRegister Project

    Account management PHP Script with a software infracstructure

    php login and user management script with an admin part to manage accounts, tickets, translations. Do you have a new web project to develop? By using phpRegister, you will have directly all the essential elements for the development of your platform: Account creation, identification, profile management, user support, contact page and even a license template! phpRegister is also a software infrastructure written in PHP with as main purpose to help developers to start a new web project. The simplicity and intuitive structure of the code makes it easy to integrate any Full Stack developer into a project started with phpRegister. In this way, phpRegister can be easily understood and modified to be adapted it to any needs. Install phpRegister on your web server in less than one half an hour by following the installation guide. The PHP Code which is procedural with a intuitive structure of files. The PDO (PHP Data Object) interface is used for accessi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    pulse - Java web app framework / CMS

    pulse - Java web app framework / CMS

    Built for enterprise level and highly customized websites

    An open source portal solution in Java. pulse is a framework on top of the Servlet API providing easy to use and easy to extend patterns for creating browser based applications and websites. Moreover pulse delivers a set of out-of-the-box components, e.g. CMS, shopping, user management. Key features: - Cross-platform, implemented using Java technology. - Completely written using Java 6. - Provides a framework for quick development of own applications. - Is delivered with a host of out-of-the-box applications: CMS, Shop, Surveys, Filters and many more. - A WebDAV based virtual file system for digital asset management. - Mature user and role management - Easy-to-use administration interface based on AJAX (using Ext JS) - Built for internationalisation - Flexible templating with XSLT 2.0/XPath 2.0 pulse is designed with brand sites in mind where absolute flexibility in presentation is a core requirement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    truthy

    Open source headless CMS API written using NestJS, that has pre built

    Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    vBulletin Login for Visual Basic & C#

    Need a Login system for your VB.net or C# software? Download this then

    This is a old code I found in one of my old software from 2012. Credits go to Ken, for he is the one who got it working! http://mecode.vysilhq.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MoJT Login System is simple, but yet powerful login system. The Program consist of a login, registration and members page. It has also the administration panel which is easy to access and even more easier to use!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PureUserAdmin is a PHP webbased user management tool for PureFTPd user databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SecureLock is a php and mysql authenication/login system for the web. Users and groups are linked to accounts and these accounts can be set to expire after a certain date, number of logins or be unlimited. SecureLock can be used for many projects at once
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TorrentVolve is a cross-platform PHP-driven web-based BitTorrent client. It focuses on speed and reliability, while also providing a full feature set. It includes a user management system, a Torrent file manager, and a configurable Torrent downloader.
    Downloads: 0 This Week
    Last Update:
    See Project