mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Simple forum software for building great communities.
b689c9de3b
The EditUser command requires the actor to have the "edit" permission, which is only granted to admins. We don't want to allow users to change their own password via the API, though. So instead of dispatching the command, we'll just update the user's password directly in the action. |
||
---|---|---|
js | ||
less | ||
locale | ||
migrations | ||
public/fonts | ||
spec/Flarum/Core/Settings | ||
src | ||
stubs/extension | ||
views | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.php_cs | ||
.travis.yml | ||
composer.json | ||
composer.lock | ||
LICENSE | ||
README.md |
Flarum Core
This repository contains the core code of Flarum. If you want to install Flarum, visit the main Flarum repository.
Contributing
Interested in contributing to Flarum? Please read the Contributing docs to learn how you can help.