You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new device, if the mac address is inserted as lowercase, it's stored as lowercase.
However, the openwisp-config agent always converts the mac address to uppercase.
We should automatically convert the mac address to the uppercase format in the model clean method, before the device key is automatically generated. This will ensure consistency.
The text was updated successfully, but these errors were encountered:
…device openwisp#922
In device registration view, Made changes to the init object and included checked if attribute is mac_address then it should be changed to upper case
Fixesopenwisp#922
Signed-off-by: chahatsagarmain <[email protected]>
When creating a new device, if the mac address is inserted as lowercase, it's stored as lowercase.
However, the openwisp-config agent always converts the mac address to uppercase.
We should automatically convert the mac address to the uppercase format in the model clean method, before the device key is automatically generated. This will ensure consistency.
The text was updated successfully, but these errors were encountered: