Questions tagged [zfcuser]

ZfcUser is a module for use with Zend Framework 2 in PHP. It handles user authentication. It is part of the Zend Framework Commons suite of modules.

ZfcUser is a zend framework module for handling User authentication + registration. It work with Zend DB out of Box. It provide following features.

  • Authenticate via username, email, or both
  • Registration
  • CSRF Protection

Their are plugin for this modules for work with Doctrine 2 & Mongo DB ODM

194 questions
0
votes
1 answer

Check Login data in Code

I'm writing an API for my Website. For Auth. i use ZfcUser. Is it possible to check the Login Data?. Like my API get per Post username/email and the password. Now i want to check if the username/email and password are correct. Also i want create a…
Björn Ternes
  • 1,137
  • 4
  • 14
  • 33
0
votes
1 answer

zf2 - zfcuser check auth for some module only

Im new to zf2. zfcuser is setup as in the installation guide. Im able to register, login and logout. I had created modules for frontend and backend. Im trying to check if user is login for the backend - admin and all the child modules. I tried to…
Ninjoe Quah
  • 399
  • 6
  • 24
0
votes
1 answer

Zend -> ZfcUser create new user after email verification/activation

I am working on a website, which already has a working registration form, using the ZfcUser module. However, I need to also be able to create a user via the admin page i've created. Step by step it goes something like this: Admin adds user by…
Tommy Kaira
  • 53
  • 1
  • 7
0
votes
1 answer

Change Language in ZfcUser Module

I'm using ZfcUser in my Zend 2 Project. But i've to use the italian translation and not the english one. I've changed in my projects module/Application/config/module.config.php in the translator property and all began italian, not the part of…
0
votes
0 answers

Zend2, Zfcuser - automatic logout

I'm working with Zend Framework 2, ZfcUser and BjyAuthorize. Logging in and access control works, but under certain circumstances users get logged out: When they try to navigate to a different page while an on the current page an AJAX call is still…
Mayfly
  • 26
  • 3
0
votes
1 answer

ZfcUser Redirect to page of my choice after Registration

I have been trying to redirect to a page/route of my choice after zfcuser registration. Currently it redirects to the login page. I was able to make changes on the init event where I am now using the recaptcha instead of figlet. I have added a…
Rony
  • 3
  • 1
0
votes
1 answer

Lastest news for classes zfcuser, bjyauthorize and orm

I am working with zfcuser, zfcuser-doctrine-orm and bjyauthorize but I'm not sure on how to handle all the configurations. I have setted return array( 'bjyauthorize' => array( // default role for unauthenticated users …
José Carlos
  • 1,005
  • 16
  • 29
0
votes
1 answer

ZendFramework2 - Literal- or Segment-Routing and Parameters

I am using ZendFramework 2.x and trying to add a route to some existing ones. Moreover I want to put some parameters in die URL as well. If I use the segment-type for my new route ('showroom') I am able to call my new URL and will get forwarded to…
Jochen
  • 1,746
  • 4
  • 22
  • 48
0
votes
3 answers

Composer fails to update with zfc-user-doctrine-orm

i have the following composer.json { "name": "zendframework/skeleton-application", "description": "Skeleton Application for ZF2", "license": "BSD-3-Clause", "keywords": [ "framework", "zf2" ], "homepage":…
Sina Miandashti
  • 2,087
  • 1
  • 26
  • 40
0
votes
1 answer

ZF2 - ZfcUser unable to change view scripts

I'm very new to Zend Framework. I can't manage to override the view scripts of the ZfcUser module. I downloaded ZfcUser into the vendor directory. And I made the custom module and changed the routing. However, no luck changing the viewscripts. I…
ChrisBorg
  • 1,418
  • 17
  • 27
0
votes
0 answers

want to manage user and admin through zfcuser module separately

I am new with zf2 & zfcuser module. I want to manage separately user & admin through diffrent tables(user,admin) with zfcuser module. I have made a copy of the zfcuser module for admin & made changes according to new mobule like rename classes,…
Lalit Kaushik
  • 1,062
  • 2
  • 12
  • 30
0
votes
2 answers

Call service,factory in any where in the zf2 project

I am a newbie to zend framework. I am worrying how to call a service,factory other than from a controller (or class which is not extended AbstractActionController). I am using the ZfcUser module to authenticate users. Now I want to check wheather a…
Ariks
  • 101
  • 12
0
votes
1 answer

ZfcBase Module on ZF2 is not getting initiated

I followed the installation instructions for ZfcUser. composer.json looks like this: { "name": "zendframework/skeleton-application", "description": "Skeleton Application for ZF2", "license": "BSD-3-Clause", "keywords": [ …
Midnight Coder
  • 721
  • 1
  • 8
  • 20
0
votes
2 answers

Zend Framework2 using Zfcuser & Bjyauthorize routing

I'm a beginer zend framework programmer. I did use ZfcUser for authentification and Bjyauthorize for authorization. I have to type of users : normal users and administrator . So what i want to do is to route the user to page A and admin to page B…
Hajar
  • 95
  • 1
  • 1
  • 8
0
votes
2 answers

Cannot install ZfcUser / ZfcBase in ZF2 Skeleton Application

I am unable to install the ZfcUser / ZfcBase modules into the ZF2 Skeleton Application. (Ubuntu 12.10 server, Apache, PHP5.4.6) 1) Download and unzip the ZF2 skeleton application 2) Download and unzip ZF2 library into /vendor/ZF2 At this point, the…
fisharebest
  • 1,300
  • 10
  • 16
1 2 3
12
13