Git Product home page Git Product logo

x.user's Introduction

User Extension for Mecha

Code Size

This is what the user log-in page looks like:

User

This is what the user’s page looks like when there are no additional extensions. This page is just to show that you are logged-in:

1

The user key field is hidden if you have only one user:

2

x.user's People

Contributors

taufik-nurrohman avatar

Watchers

 avatar  avatar  avatar

x.user's Issues

Fix Blank Page

When there aren’t any user files in the lot\user folder, all pages goes blank with no error messages.

TODO: Check User by Status

Allow integer value for Is::user() to filter user check by status:

// Check if any user has been logged-in
if (Is::user()) { … }

// Check if user `@taufik-nurrohman` has been logged-in
if (Is::user('taufik-nurrohman')) { … }

// Check if current user is a super user and has been logged-in
if (Is::user(1)) { … }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.