|
|
8b44550f06
|
Style fixes.
|
2023-04-30 16:52:38 +02:00 |
|
|
|
4b750f0f37
|
Merge branch 'dev' into 31-admin-user-management
# Conflicts:
# app/forms/UserSettings.php
|
2022-08-08 23:37:44 +02:00 |
|
|
|
df922dd1e9
|
app/forms/UserSettings.php: need to add allowEmpty to id and email validator as the input elements are disabled.
|
2022-08-02 15:03:07 +02:00 |
|
|
|
a73f9501f3
|
app/forms/UserSettings.php: Adding disabled attribute to readonly inputs.
|
2022-08-02 12:51:52 +02:00 |
|
|
|
8ff5b5cd1e
|
app/forms/UserSettings.php: extend Httpcb\Form instead of Phalcon\Forms\Form and delete renderDecorated() and _render() as they exists in Httpcb\Form
|
2022-08-02 12:37:56 +02:00 |
|
|
|
0d59417636
|
app/forms/Registration.php: remove unneeded use.
|
2022-07-26 21:08:25 +02:00 |
|
|
|
376f3dfd11
|
app/forms/UserSettings.php: Phalcon\Forms\Element is renamed to Phalcon\Forms\AbstractElement
|
2022-07-26 21:06:55 +02:00 |
|
|
|
652b814e13
|
app/forms/UserSettings.php: Show "Save" or "Create" based on if there is a entity id or not.
|
2022-07-24 22:30:36 +02:00 |
|
|
|
c6704f5f4a
|
app/forms/UserSettings.php: Make the form work correctly with null or "empty" user object.
|
2022-07-24 22:30:36 +02:00 |
|
|
|
e332e1a7e7
|
app/forms/UserSettings.php: adding a admin flag.
|
2019-12-03 11:02:52 +01:00 |
|
|
|
dde8818296
|
app/forms/Registration.php: enable user to change email.
|
2018-09-25 22:25:13 +00:00 |
|
|
|
c75b24d2a9
|
app/forms/Registration.php: add User as entity parameter to initialize()
|
2018-08-15 22:04:46 +02:00 |
|
|
|
e072ae686d
|
app/forms/Registration.php: cleanup, get rid of bind()
|
2018-08-15 22:03:20 +02:00 |
|
|
|
8237a71f52
|
app/forms/Registration.php: change Uniqueness validator to Callback + cleanup username validators abit.
|
2018-08-15 21:59:43 +02:00 |
|
|
|
6eb08d7a70
|
adding app/forms/Registration.php
|
2018-08-14 23:18:23 +02:00 |
|
|
|
2b6da6453b
|
Change form namespace to App\Form
|
2018-04-02 23:37:50 +02:00 |
|
|
|
6173d56fd4
|
change model namespace to App\Model\Data
|
2018-04-02 23:35:49 +02:00 |
|
|
|
aa37d10024
|
Fixing proper namespace for app/library
|
2018-04-02 02:28:25 +02:00 |
|
|
|
ad03270d57
|
adding settings form.
|
2018-04-01 10:10:09 +02:00 |
|
|
|
34f639e964
|
Merge branch '3-login-with-username' into 'master'
Resolve "Login with username"
Closes #3
See merge request pnx/httpcb!3
|
2018-03-21 19:55:57 +00:00 |
|
|
|
21550b4ad0
|
app/forms/Login.php: validator message should say 8 (not 6) if minimum string length is 8 :)
|
2018-03-20 23:15:01 +01:00 |
|
|
|
ba39333e1a
|
app/forms/Login.php: remove email validation
|
2018-03-20 22:22:59 +01:00 |
|
|
|
e869a1cab4
|
initial commit
|
2017-09-01 17:10:27 +02:00 |
|