Questions tagged [userfrosting]

UserFrosting is a user management system for PHP that works out of the box and builds on top of modern components and standards.

UserFrosting is a user management framework and fully-extendable application for PHP.

It is built on top of the Slim micro-framework, the Twig templating engine, and Laravel's Eloquent ORM.

Features

  • User registration and login
  • Self-serve password reset and account email verification
  • User account settings
  • Groups and roles
  • Fine-grained access control with access conditions
  • Admin user creation and management
  • Sleek, responsive frontend interface

Primary Objectives

  • Create a fully-functioning user management script that can be set up in just a few minutes
  • Make it easy for users to quickly adapt the code for their needs
  • Introduce novice developers to best practices such as separation of concerns and DRY programming
  • Introduce novice developers to modern constructs such as front-end controllers, RESTful URLs, namespacing, and object-oriented modeling
  • Build on existing, widely used server- and client-side components
  • Clean, consistent, and well-documented code
75 questions
1
vote
1 answer

How to integrate username/password from Prefinery to my website?

I have a website where I have integrated UserFrosting login management system. Now, I am using Prefinery to generate user credentials and these user must be able to login to my website without any registration needed. How can I integrate my…
Susan John
  • 11
  • 1
1
vote
1 answer

Header/navbar/footer elements not importing into new page

I'm using UserFrosting and so far I've been able to import all of the default elements into the home page. However, I've now added a second page but nothing happened when I copied the following code from the home page: {% include…
sarwech
  • 27
  • 4
0
votes
0 answers

Error on php bakery bake on fresh install of UserFrosting with SQL Server: DROP CONSTRAINT DF_1483A5E9_FE54D947

I've actually got two other working installs of UF on my local dev environment, one with SQL Server and one with MySQL, and just ran into this when setting up a third clean install with SQL Server again while running php bakery bake I started with a…
sampenguin
  • 26
  • 4
0
votes
1 answer

Userfrosting ExtendedMailMessage not clearing attachments

I am using the ExtendedMailMessage class to try and send an email with an attachments to my clients. The issue is I am sending the email inside a foreach loop and for some reason even though I am defining a new attachment the new attachment is just…
Lukerayner
  • 412
  • 6
  • 23
0
votes
0 answers

Using vuejs with userfrosting framework

I'm using vuejs to create a complex website that will have user registration and login. I want to implement userfrosting framweork to manage users registration/login workflow but I'm not sure how to implement in in my existing vue project. I've read…
newbiedev
  • 2,607
  • 3
  • 17
  • 65
0
votes
1 answer

Why does the URL contain query strings ? How to remove these

Dear Userfrosting experts... I have just installed Userfrosting on LAMP Stack. Ubutnu 16.04 The URL contains query strings :…
Varun Verma
  • 542
  • 4
  • 17
0
votes
1 answer

Integrate another dashboard with userFrosting

I am building a web project and using UserFrosting for the backend, it comes with SB admin as a dashboard, but I want to change it with another dashboard built with AngularJS or maybe static HTML, something like that :…
0
votes
1 answer

Adding a new global variable in twig

I'm trying to get data for a new field added in login page. What I've done: Modify AccountController.php login function adding new parameter: $this->_app->login($user, $client, !empty($data['rememberme'])) In Userfrosting.php login function i've…
Jose Luis
  • 11
  • 1
0
votes
0 answers

Register Master Account - incorrect token

I am getting the following error trying to register UserFrosting's master account: Sorry, that configuration token is not correct. The only thing I managed to capture is Failed to load resource: the server responded with a status of 403…
Luke G
  • 1,741
  • 6
  • 23
  • 34
0
votes
0 answers

WDVSS & regex validator

I am trying to get the following regex to work with Web Data Validation Standard Schema (WDVSS) and UserFrosting. It works perfectly fine on regex101.com with javascript flavour but UserFrosting does…
Luke G
  • 1,741
  • 6
  • 23
  • 34
0
votes
0 answers

Show logged-in users? [userfrosting]

How big of a task is it to be able to show users who are logged in, at least in the root/admin panel? Thank you [userfrosting 0.3.1]
amivag
  • 91
  • 4
0
votes
1 answer

call a function in different namespacs php

I learn MVC recently. I try to rebulid my website in MVC structure, and i have a problem to call function inside different name sapace(maybe i don't know about OOP very much). Here is my code: namespace UserFrosting; class GroupController extends…
0
votes
0 answers

Userfrosting calling model from template twig

For the first time, I am working on userfrosting, it is based on MVC. So I know how the things are working but my issue is now, I want to call the one of the model to find the particular userid ie. Employee::find(1) I want to get the username for…
0
votes
1 answer

Integrating UserFrosting with freichat

Hi so i'm triying to implement the UserFrosting script with the FreiChat script i've already implemented the chat, but at the time i want to pass the user id from UserFrosting it doesnt seems to apply the changes cause it keeps saying im a guest,…
-1
votes
1 answer

Custom controllers in UserFrosting

I have been trying to create a custom controller that extends UserFrosting's BaseController and then call it's method from index.php. Seems simple, but so far I am highly unsuccessful. I am new to UserFrosting, hence I am most likely missing…
Luke G
  • 1,741
  • 6
  • 23
  • 34
1 2 3 4
5