View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005509 | OXID eShop (all versions) | 2.5. Administer users | public | 2013-11-07 17:10 | 2024-09-18 10:44 |
Reporter | cr | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 4.7.10 / 5.0.10 | ||||
Summary | 0005509: setting big number for oxcustnr | ||||
Description | oxuser.oxcustnr is int(11) ; that means max allowed value is 2147483647 oxcustnr is not validated in admin to that max value | ||||
Steps To Reproduce | 1. create an user with eg. 999999999 as oxcustnr so the max value is set instead. 2. create any new users from admin/frontend and they will always have this value, and that is an issue, because "auto increment" on oxuser table is set also to 2147483648 pleas have a check on admin to NOT allow oxcustnr to be set to any invalid values, so the "auto increment" property of oxuser remains ok thankyou | ||||
Tags | Specialized Management Apps, User Management | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
on 2. I mean any new users will always have oxcustnr = 2147483647 |
|
maybe it would be better to use varchar here, or even oxcounter? |
|
This will be followed up in 0004945 |