relm86 / lawfirm

Law Firm Project
0 stars 0 forks source link

User admin functions #2

Open relm86 opened 10 years ago

relm86 commented 10 years ago

None of the user admin functions are working edit, login as, suspend, delete. Add function each of them.

maks-mamytov commented 10 years ago

To test suspend locally you will need to execute this sql query on you local mysql:

ALTER TABLE users ADD COLUMN suspend tinyint(1) NOT NULL DEFAULT 0 AFTER theme;

For your inform it's already executed on http://mysql.rokowiri.com/.

blackmonk88 commented 10 years ago

@maks-mamytov : FYI i've setup SVN auto deploy at the dev server, so you don't have to ftp to server.

Because i don't own the server, i actually just setup to cron, so every SVN deploy will have delay 2 minutes.

Thank you

asep84 commented 10 years ago

@maks-mamytov I think we can hide social login data from the dashboard, add pagination to user list and have better form layout.

maks-mamytov commented 10 years ago

Reverted login as function as it was fixed along with issue #1