-Validation is required for zero & negative value input,
-If the user enters the negative & zero value accidently in the session lifetime text field, The entire site stops working.
-Displays this message
The most recent request was denied because it contained an invalid security token. Please refresh the page and try again.
-I did everything hard refresh, close & relaunch the browser, etc. but still the problem was same.
-I overcome this issue by changing the value manually in configuration. php file
-So,as an end user,I suggest,Validation is needed.
Labels |
Added:
?
|
@jackkum I don't think he was requesting a message be shown. I think he was saying, that is the error he is shown, after being locked out of the site when the faulty entry is allowed. I believe validation is all @aasimali was asking for, perhaps also with a sane minimum value (because 1 is low enough to be a major hassle for many users; I should think 5 or more would be enough.)
@NathanHawks @jackkum
Yes! I'm asking for the validation, Do not allow to enter the zero & negative value in it.
Show an usable message: You can't enter zero & negative value
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-11-30 04:31:23 |
Closed_By | ⇒ | gunjanpatel | |
Rel_Number | ⇒ | 5624 | |
Relation Type | ⇒ | Pull Request for |
Closing as we have code for this issue in #5624
Set to "closed" on behalf of @gunjanpatel by The JTracker Application at issues.joomla.org/joomla-cms/5619
I can create PR.
https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_config/model/form/application.xml#L714
and add number.php here https://github.com/joomla/joomla-cms/tree/staging/libraries/joomla/form/rule
but that not help without this http://issues.joomla.org/tracker/joomla-cms/4653
it is help, but the error message will not show.