Yii Framework Forum: Bum - Yii Framework Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Bum Basic User Management Rate Topic: -----

#1 User is offline   firefly 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 16
  • Joined: 21-May 12

Posted 14 December 2012 - 07:51 AM

BUM module aims to offer a basic and simple way to manage users.
It offers:
  • - signUp page with email confirmation link and resend email confirmation;
  • - logIn page;
  • - My Profile page with:
view profile, view private profile, update profile for regular users
and
view profile, view private profile, update profile, delete profile, manage users, create user and view all users for admin user
  • multiple email addresses for a user


In the installation page of these module, installation steps are presented clear and default roles and users (admin; demo) are automatically created.

For better user authorization management, modules that use the default yii auth DB structure can be used. (like RBAM)

Well that's it; enjoy it and please leave your feedback.
0

#2 User is offline   outrage 

  • Standard Member
  • PipPip
  • Yii
  • Group: Members
  • Posts: 287
  • Joined: 10-November 09
  • Location:Blackpool, United Kingdom

Posted 15 December 2012 - 02:34 PM

Hi,

You still have a couple of bugs at installation:

modules/bum/views/install/install_notices.php
Line 245

<li><?php echo BumDefaultInstallData::getDefalutSuperAdminUserData()['user_name']; ?></li>
<li><?php echo BumDefaultInstallData::getDefalutDemoUserData()['user_name']; ?></li>


Should be:

<li><?php echo BumDefaultInstallData::getDefalutSuperAdminUserData('user_name'); ?></li>
<li><?php echo BumDefaultInstallData::getDefalutDemoUserData('user_name'); ?></li>


Good luck with your extension :)
0

#3 User is offline   firefly 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 16
  • Joined: 21-May 12

Posted 18 December 2012 - 07:37 AM

View Postoutrage, on 15 December 2012 - 02:34 PM, said:

Hi,

You still have a couple of bugs at installation:

modules/bum/views/install/install_notices.php
Line 245

<li><?php echo BumDefaultInstallData::getDefalutSuperAdminUserData()['user_name']; ?></li>
<li><?php echo BumDefaultInstallData::getDefalutDemoUserData()['user_name']; ?></li>


Should be:

<li><?php echo BumDefaultInstallData::getDefalutSuperAdminUserData('user_name'); ?></li>
<li><?php echo BumDefaultInstallData::getDefalutDemoUserData('user_name'); ?></li>


Good luck with your extension :)


oh, 10x,

Well technically they are now quite bugs, because from php 5.4 it's allowed to do something like:
getSomeArray()[2]

http://php.net/manua....php#example-88
but yes, for older versions this is not allowed, I'll modify them.
0

#4 User is offline   firefly 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 16
  • Joined: 21-May 12

Posted 05 March 2013 - 09:49 AM

Demo page can be found at http://bum.infoprofessional.ro
Keep in mind, that because it is a demo, no operations are allowed; so by default: insert, update and delete are disabled.
0

#5 User is offline   EnricoPalazzo 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 1
  • Joined: 18-March 13

Posted 01 April 2013 - 12:03 PM

Does this module a password recovery system? I don't see it in the login page of the demo.
0

#6 User is offline   firefly 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 16
  • Joined: 21-May 12

Posted 07 April 2013 - 07:45 AM

View PostEnricoPalazzo, on 01 April 2013 - 12:03 PM, said:

Does this module a password recovery system? I don't see it in the login page of the demo.


No, it doesn't have a password recovery system, but as soon as I have some free time to spare I'll implement one.. (let's say in 4-5 weeks)....

I simply forgot about it... Posted Image




0

#7 User is offline   firefly 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 16
  • Joined: 21-May 12

Posted 21 May 2013 - 05:49 AM

View PostEnricoPalazzo, on 01 April 2013 - 12:03 PM, said:

Does this module a password recovery system? I don't see it in the login page of the demo.


Now it does have a password reset system! :)

check:
http://bum.infoprofe...bum/users/login
and:
http://bum.infoprofe...ecoveryWhatUser

P.S. In demo mode password can't be reset, so there is nothing to see as demo...
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users